Struct xcb::record::EnableContextReply
source · pub struct EnableContextReply { /* private fields */ }
Expand description
Reply type for EnableContext.
Can be obtained from a EnableContextCookie with Connection::wait_for_reply or from a EnableContextCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl EnableContextReply
impl EnableContextReply
pub fn response_type(&self) -> u8
pub fn category(&self) -> u8
pub fn sequence(&self) -> u16
pub fn element_header(&self) -> ElementHeader
pub fn client_swapped(&self) -> bool
pub fn xid_base(&self) -> u32
pub fn server_time(&self) -> u32
pub fn rec_sequence_num(&self) -> u32
pub fn data(&self) -> &[u8] ⓘ
Trait Implementations§
source§impl Debug for EnableContextReply
impl Debug for EnableContextReply
source§impl Drop for EnableContextReply
impl Drop for EnableContextReply
source§impl Reply for EnableContextReply
impl Reply for EnableContextReply
impl Send for EnableContextReply
impl Sync for EnableContextReply
Auto Trait Implementations§
impl Freeze for EnableContextReply
impl RefUnwindSafe for EnableContextReply
impl Unpin for EnableContextReply
impl UnwindSafe for EnableContextReply
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