Enum wayland_protocols::unstable::xdg_output::v1::client::zxdg_output_manager_v1::Request [−][src]
#[non_exhaustive]
pub enum Request {
Destroy,
GetXdgOutput {
output: WlOutput,
},
}
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Destroy
destroy the xdg_output_manager object
Using this request a client can tell the server that it is not going to use the xdg_output_manager object anymore.
Any objects already created through this instance are not affected.
This is a destructor, once sent this object cannot be used any longer.
GetXdgOutput
Fields
output: WlOutput
create an xdg output from a wl_output
This creates a new xdg_output object for the given wl_output.
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