Enum wayland_protocols::unstable::tablet::v2::client::zwp_tablet_manager_v2::Request [−][src]
#[non_exhaustive]
pub enum Request {
GetTabletSeat {
seat: WlSeat,
},
Destroy,
}
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
GetTabletSeat
Fields
seat: WlSeat
get the tablet seat
Get the wp_tablet_seat object for the given seat. This object provides access to all graphics tablets in this seat.
Destroy
release the memory for the tablet manager object
Destroy the wp_tablet_manager object. Objects created from this object are unaffected and should be destroyed separately.
This is a destructor, once sent this object cannot be used any longer.
Trait Implementations
Wire representation of this MessageGroup
The wrapper type for ObjectMap allowing the mapping of Object and NewId arguments to the object map during parsing. Read more
Whether this message is a destructor Read more
Retrieve the child Object
associated with this message if any
Construct a message from its raw representation
unsafe fn from_raw_c(
obj: *mut c_void,
opcode: u32,
args: *const wl_argument
) -> Result<Request, ()>
unsafe fn from_raw_c(
obj: *mut c_void,
opcode: u32,
args: *const wl_argument
) -> Result<Request, ()>
Construct a message of this group from its C representation Read more
Build a C representation of this message Read more