Enum wayland_server::NoMessage [−][src]
pub enum NoMessage {}An empty enum representing a MessageGroup with no messages
Trait Implementations
impl MessageGroup for NoMessage[src]
impl MessageGroup for NoMessageconst MESSAGES: &'static [MessageDesc]
MESSAGES: &'static [MessageDesc] = &[]
Wire representation of this MessageGroup
type Map = ()
The wrapper type for ObjectMap allowing the mapping of Object and NewId arguments to the object map during parsing. Read more
fn is_destructor(&self) -> bool[src]
fn is_destructor(&self) -> boolWhether this message is a destructor Read more
fn opcode(&self) -> u16[src]
fn opcode(&self) -> u16The opcode of this message
fn child<M>(u16, u32, &M) -> Option<Object<M>> where
M: ObjectMetadata, [src]
fn child<M>(u16, u32, &M) -> Option<Object<M>> where
M: ObjectMetadata, Retrieve the child Object associated with this message if any
fn from_raw(Message, &mut ()) -> Result<NoMessage, ()>[src]
fn from_raw(Message, &mut ()) -> Result<NoMessage, ()>Construct a message from its raw representation
fn into_raw(self, u32) -> Message[src]
fn into_raw(self, u32) -> MessageTurn this message into its raw representation