Struct wayland_protocols::wlr::unstable::data_control::v1::client::zwlr_data_control_source_v1::ZwlrDataControlSourceV1
source · pub struct ZwlrDataControlSourceV1(/* private fields */);
Implementations§
source§impl ZwlrDataControlSourceV1
impl ZwlrDataControlSourceV1
Trait Implementations§
source§impl Clone for ZwlrDataControlSourceV1
impl Clone for ZwlrDataControlSourceV1
source§fn clone(&self) -> ZwlrDataControlSourceV1
fn clone(&self) -> ZwlrDataControlSourceV1
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 ZwlrDataControlSourceV1
impl Debug for ZwlrDataControlSourceV1
source§impl From<ZwlrDataControlSourceV1> for Proxy<ZwlrDataControlSourceV1>
impl From<ZwlrDataControlSourceV1> for Proxy<ZwlrDataControlSourceV1>
source§fn from(value: ZwlrDataControlSourceV1) -> Self
fn from(value: ZwlrDataControlSourceV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwlrDataControlSourceV1
impl Interface for ZwlrDataControlSourceV1
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 ZwlrDataControlSourceV1
impl PartialEq for ZwlrDataControlSourceV1
source§fn eq(&self, other: &ZwlrDataControlSourceV1) -> bool
fn eq(&self, other: &ZwlrDataControlSourceV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwlrDataControlSourceV1
impl StructuralEq for ZwlrDataControlSourceV1
impl StructuralPartialEq for ZwlrDataControlSourceV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwlrDataControlSourceV1
impl Send for ZwlrDataControlSourceV1
impl Sync for ZwlrDataControlSourceV1
impl Unpin for ZwlrDataControlSourceV1
impl !UnwindSafe for ZwlrDataControlSourceV1
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