Function xcb_rust_protocol::util::response_type
source · pub fn response_type(raw_bytes: &[u8]) -> Result<u8, Error>Expand description
Get the response type out of the raw bytes of an X11 error or event.
pub fn response_type(raw_bytes: &[u8]) -> Result<u8, Error>Get the response type out of the raw bytes of an X11 error or event.