pub enum PrimarySelectionDeviceManager {
Zwp(Attached<ZwpPrimarySelectionDeviceManagerV1>),
Gtk(Attached<GtkPrimarySelectionDeviceManager>),
}
Expand description
Possible supported primary selection protocols
Variants
Zwp(Attached<ZwpPrimarySelectionDeviceManagerV1>)
The current standard primary_selection
protocol.
Gtk(Attached<GtkPrimarySelectionDeviceManager>)
The old gtk_primary_selection
protocol, which is still used by GTK.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PrimarySelectionDeviceManager
impl !Send for PrimarySelectionDeviceManager
impl !Sync for PrimarySelectionDeviceManager
impl Unpin for PrimarySelectionDeviceManager
impl !UnwindSafe for PrimarySelectionDeviceManager
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