Struct xcb::ffi::xkb::xcb_xkb_get_indicator_state_reply_t [] [src]

#[repr(C)]
pub struct xcb_xkb_get_indicator_state_reply_t { pub response_type: u8, pub deviceID: u8, pub sequence: u16, pub length: u32, pub state: u32, pub pad0: [u8; 20], }

Fields

Trait Implementations

impl Copy for xcb_xkb_get_indicator_state_reply_t
[src]

impl Clone for xcb_xkb_get_indicator_state_reply_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more