Struct xcb::record::GetContextReply
source · pub struct GetContextReply { /* private fields */ }
Expand description
Reply type for GetContext.
Can be obtained from a GetContextCookie with Connection::wait_for_reply or from a GetContextCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetContextReply
impl GetContextReply
pub fn response_type(&self) -> u8
pub fn enabled(&self) -> bool
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn element_header(&self) -> ElementHeader
pub fn intercepted_clients(&self) -> ClientInfoIterator<'_> ⓘ
Trait Implementations§
source§impl Debug for GetContextReply
impl Debug for GetContextReply
source§impl Drop for GetContextReply
impl Drop for GetContextReply
source§impl Reply for GetContextReply
impl Reply for GetContextReply
impl Send for GetContextReply
impl Sync for GetContextReply
Auto Trait Implementations§
impl Freeze for GetContextReply
impl RefUnwindSafe for GetContextReply
impl Unpin for GetContextReply
impl UnwindSafe for GetContextReply
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