Struct xcb::glx::MakeContextCurrentReply
source · pub struct MakeContextCurrentReply { /* private fields */ }
Expand description
Reply type for MakeContextCurrent.
Can be obtained from a MakeContextCurrentCookie with Connection::wait_for_reply or from a MakeContextCurrentCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl MakeContextCurrentReply
impl MakeContextCurrentReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn context_tag(&self) -> ContextTag
Trait Implementations§
source§impl Debug for MakeContextCurrentReply
impl Debug for MakeContextCurrentReply
source§impl Drop for MakeContextCurrentReply
impl Drop for MakeContextCurrentReply
source§impl Reply for MakeContextCurrentReply
impl Reply for MakeContextCurrentReply
impl Send for MakeContextCurrentReply
impl Sync for MakeContextCurrentReply
Auto Trait Implementations§
impl Freeze for MakeContextCurrentReply
impl RefUnwindSafe for MakeContextCurrentReply
impl Unpin for MakeContextCurrentReply
impl UnwindSafe for MakeContextCurrentReply
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