Struct wayland_protocols::misc::gtk_primary_selection::client::gtk_primary_selection_offer::GtkPrimarySelectionOffer [−][src]
pub struct GtkPrimarySelectionOffer(_);
Implementations
request that the data is transferred
To transfer the contents of the primary selection clipboard, the client issues this request and indicates the mime type that it wants to receive. The transfer happens through the passed file descriptor (typically created with the pipe system call). The source client writes the data in the mime type representation requested and then closes the file descriptor.
The receiving client reads from the read end of the pipe until EOF and closes its end, at which point the transfer is complete.
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 GtkPrimarySelectionOffer
impl Send for GtkPrimarySelectionOffer
impl Sync for GtkPrimarySelectionOffer
impl Unpin for GtkPrimarySelectionOffer
impl !UnwindSafe for GtkPrimarySelectionOffer
Blanket Implementations
Mutably borrows from an owned value. Read more