Type Definition xcb::xproto::SetupRequest[][src]

type SetupRequest<'a> = StructPtr<'a, xcb_setup_request_t>;

Implementations

impl<'a> SetupRequest<'a>[src]

pub fn byte_order(&self) -> u8[src]

pub fn protocol_major_version(&self) -> u16[src]

pub fn protocol_minor_version(&self) -> u16[src]

pub fn authorization_protocol_name_len(&self) -> u16[src]

pub fn authorization_protocol_data_len(&self) -> u16[src]

pub fn authorization_protocol_name(&self) -> &str[src]

pub fn authorization_protocol_data(&self) -> &str[src]