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
response_type: u8
format: u8
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.
sequence: u16
length: u32
type_: xcb_atom_t
The actual type of the property (an atom).
bytes_after: u32
The number of bytes remaining to be read in the property if a partial read was performed.
value_len: u32
The length of value. You should use the corresponding accessor instead of this field.
pad0: [u8; 12]