Function x11rb_protocol::protocol::response_type
source ยท fn response_type(raw_bytes: &[u8]) -> Result<u8, ParseError>
Expand description
Get the response type out of the raw bytes of an X11 error or event.
fn response_type(raw_bytes: &[u8]) -> Result<u8, ParseError>
Get the response type out of the raw bytes of an X11 error or event.