Struct xcb::ffi::xproto::xcb_get_property_reply_t [] [src]

#[repr(C)]
pub struct xcb_get_property_reply_t { pub response_type: u8, pub format: u8, pub sequence: u16, pub length: u32, pub type_: xcb_atom_t, pub bytes_after: u32, pub value_len: u32, pub pad0: [u8; 12], }

Fields

Specifies whether the data should be viewed as a list of 8-bit, 16-bit, or 32-bit quantities. Possible values are 8, 16, and 32. This information allows the X server to correctly perform byte-swap operations as necessary.

The actual type of the property (an atom).

The number of bytes remaining to be read in the property if a partial read was performed.

The length of value. You should use the corresponding accessor instead of this field.