Struct wayland_protocols::misc::gtk_primary_selection::client::gtk_primary_selection_source::GtkPrimarySelectionSource [−][src]
pub struct GtkPrimarySelectionSource(_);
Implementations
add an offered mime type
This request adds a mime type to the set of mime types advertised to targets. Can be called several times to offer multiple types.
Trait Implementations
Performs the conversion.
Pointer to the C representation of this interface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more