Struct xcb::x::QueryExtensionReply
source · pub struct QueryExtensionReply { /* private fields */ }
Implementations§
source§impl QueryExtensionReply
impl QueryExtensionReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
sourcepub fn major_opcode(&self) -> u8
pub fn major_opcode(&self) -> u8
The major opcode for requests.
sourcepub fn first_event(&self) -> u8
pub fn first_event(&self) -> u8
The first event code, if any.
sourcepub fn first_error(&self) -> u8
pub fn first_error(&self) -> u8
The first error code, if any.
Trait Implementations§
source§impl Debug for QueryExtensionReply
impl Debug for QueryExtensionReply
source§impl Drop for QueryExtensionReply
impl Drop for QueryExtensionReply
source§impl Reply for QueryExtensionReply
impl Reply for QueryExtensionReply
impl Send for QueryExtensionReply
impl Sync for QueryExtensionReply
Auto Trait Implementations§
impl Freeze for QueryExtensionReply
impl RefUnwindSafe for QueryExtensionReply
impl Unpin for QueryExtensionReply
impl UnwindSafe for QueryExtensionReply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more