Struct skylane::client::Header [] [src]

#[repr(C)]
pub struct Header { pub object_id: u32, pub opcode: u16, pub size: u16, }

Header of Wayland message.

Fields

ID of the referred object.

ID of the called method.

Size of the message including header.

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.