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