Struct wayland_protocols::presentation_time::client::wp_presentation_feedback::WpPresentationFeedback
source · pub struct WpPresentationFeedback(/* private fields */);
Trait Implementations§
source§impl Clone for WpPresentationFeedback
impl Clone for WpPresentationFeedback
source§fn clone(&self) -> WpPresentationFeedback
fn clone(&self) -> WpPresentationFeedback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WpPresentationFeedback
impl Debug for WpPresentationFeedback
source§impl From<WpPresentationFeedback> for Proxy<WpPresentationFeedback>
impl From<WpPresentationFeedback> for Proxy<WpPresentationFeedback>
source§fn from(value: WpPresentationFeedback) -> Self
fn from(value: WpPresentationFeedback) -> Self
Converts to this type from the input type.
source§impl Interface for WpPresentationFeedback
impl Interface for WpPresentationFeedback
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
Pointer to the C representation of this interface
source§impl PartialEq for WpPresentationFeedback
impl PartialEq for WpPresentationFeedback
source§fn eq(&self, other: &WpPresentationFeedback) -> bool
fn eq(&self, other: &WpPresentationFeedback) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WpPresentationFeedback
impl StructuralEq for WpPresentationFeedback
impl StructuralPartialEq for WpPresentationFeedback
Auto Trait Implementations§
impl !RefUnwindSafe for WpPresentationFeedback
impl Send for WpPresentationFeedback
impl Sync for WpPresentationFeedback
impl Unpin for WpPresentationFeedback
impl !UnwindSafe for WpPresentationFeedback
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more