pub struct ExtTransientSeatV1 { /* private fields */ }Expand description
transient seat handle
When the transient seat handle is destroyed, the seat itself will also be destroyed.
See also the Request enum for this interface.
Implementations§
Source§impl ExtTransientSeatV1
impl ExtTransientSeatV1
Sourcepub fn ready(&self, global_name: u32)
pub fn ready(&self, global_name: u32)
transient seat is ready
This event advertises the global name for the wl_seat to be used with wl_registry_bind.
It is sent exactly once, immediately after the transient seat is created and the new “wl_seat” global is advertised, if and only if the creation of the transient seat was allowed.
Sourcepub fn denied(&self)
pub fn denied(&self)
transient seat creation denied
The event informs the client that the compositor denied its request to create a transient seat.
It is sent exactly once, immediately after the transient seat object is created, if and only if the creation of the transient seat was denied.
After receiving this event, the client should destroy the object.
Trait Implementations§
Source§impl Borrow<ObjectId> for ExtTransientSeatV1
impl Borrow<ObjectId> for ExtTransientSeatV1
Source§impl Clone for ExtTransientSeatV1
impl Clone for ExtTransientSeatV1
Source§fn clone(&self) -> ExtTransientSeatV1
fn clone(&self) -> ExtTransientSeatV1
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more