Enum smithay_client_toolkit::primary_selection::PrimarySelectionDeviceManager[][src]

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.