[][src]Struct wayland_protocols::misc::gtk_primary_selection::client::gtk_primary_selection_source::GtkPrimarySelectionSource

pub struct GtkPrimarySelectionSource(_);

Methods

impl GtkPrimarySelectionSource[src]

pub fn offer(&self, mime_type: String)[src]

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.

pub fn destroy(&self)[src]

destroy the primary selection source

Destroy the primary selection source.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Trait Implementations

impl Eq for GtkPrimarySelectionSource[src]

impl PartialEq<GtkPrimarySelectionSource> for GtkPrimarySelectionSource[src]

impl AsRef<Proxy<GtkPrimarySelectionSource>> for GtkPrimarySelectionSource[src]

impl Clone for GtkPrimarySelectionSource[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Proxy<GtkPrimarySelectionSource>> for GtkPrimarySelectionSource[src]

impl From<GtkPrimarySelectionSource> for Proxy<GtkPrimarySelectionSource>[src]

impl Interface for GtkPrimarySelectionSource[src]

type Request = Request

Set of requests associated to this interface Read more

type Event = Event

Set of events associated to this interface Read more

impl<T: EventHandler> HandledBy<T> for GtkPrimarySelectionSource[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<M, I> HandledBy for I where
    I: Interface,
    M: From<(<I as Interface>::Event, I)>, 
[src]

impl<T> Downcast for T where
    T: Any