Enum wayland_client::NoMessage [−][src]
pub enum NoMessage {}
An empty enum representing a MessageGroup with no messages
Trait Implementations
impl MessageGroup for NoMessage
[src]
impl MessageGroup for NoMessage
const MESSAGES: &'static [MessageDesc]
MESSAGES: &'static [MessageDesc] = &[]
Wire representation of this MessageGroup
type Map = ()
fn is_destructor(&self) -> bool
[src]
fn is_destructor(&self) -> bool
Whether this message is a destructor Read more
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, map: &mut ()) -> Result<NoMessage, ()>
[src]
fn from_raw(Message, map: &mut ()) -> Result<NoMessage, ()>
Construct a message from its raw representation
fn into_raw(self, u32) -> Message
[src]
fn into_raw(self, u32) -> Message
Turn this message into its raw representation