Enum wayland_protocols::unstable::pointer_constraints::v1::server::zwp_confined_pointer_v1::Event [] [src]

pub enum Event {
    Confined,
    Unconfined,
}

Variants

pointer confined

Notification that the pointer confinement of the seat's pointer is activated.

pointer unconfined

Notification that the pointer confinement of the seat's pointer is no longer active. If this is a oneshot pointer confinement (see wp_pointer_constraints.lifetime) this object is now defunct and should be destroyed. If this is a persistent pointer confinement (see wp_pointer_constraints.lifetime) this pointer confinement may again reactivate in the future.

Trait Implementations

impl MessageGroup for Event
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event