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