Struct wayland_commons::wire::MessageDesc [−][src]
pub struct MessageDesc {
pub name: &'static str,
pub signature: &'static [ArgumentType],
pub since: u32,
pub destructor: bool,
}
Expand description
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
destructor: bool
Whether this message is a destructor
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageDesc
impl Send for MessageDesc
impl Sync for MessageDesc
impl Unpin for MessageDesc
impl UnwindSafe for MessageDesc
Blanket Implementations
Mutably borrows from an owned value. Read more