Expand description
Possible events a primary selection source needs to react to.
Variants
Send
Write the offered data for selected mime type.
Cancelled
The action using the primary selection source was cancelled.
Once this event is received, the PrimarySelectionSource
can not be used any more,
and you should drop it for cleanup.
Happens if the user replaces primary selection buffer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrimarySelectionSourceEvent
impl Send for PrimarySelectionSourceEvent
impl Sync for PrimarySelectionSourceEvent
impl Unpin for PrimarySelectionSourceEvent
impl UnwindSafe for PrimarySelectionSourceEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more