Struct wayland_commons::wire::MessageDesc [−][src]
pub struct MessageDesc {
pub name: &'static str,
pub signature: &'static [ArgumentType],
pub since: u32,
}Wire metadata of a given message
Fields
name: &'static str
Name of this message
signature: &'static [ArgumentType]
Signature of the message
since: u32
Minimum required version of the interface
Auto Trait Implementations
impl Send for MessageDesc
impl Send for MessageDescimpl Sync for MessageDesc
impl Sync for MessageDesc