Enum wayland_commons::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 child<M: ObjectMetadata>(_: u16, _: u32, _: &M) -> Option<Object<M>>[src]
fn child<M: ObjectMetadata>(_: u16, _: u32, _: &M) -> Option<Object<M>>Retrieve the child Object associated with this message if any
fn from_raw(_: Message, _: &mut ()) -> Result<Self, ()>[src]
fn from_raw(_: Message, _: &mut ()) -> Result<Self, ()>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