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 of this message

Signature of the message

Minimum required version of the interface

Auto Trait Implementations

impl Send for MessageDesc

impl Sync for MessageDesc