Struct xcb::glx::MakeCurrentReply
source · pub struct MakeCurrentReply { /* private fields */ }
Expand description
Reply type for MakeCurrent.
Can be obtained from a MakeCurrentCookie with Connection::wait_for_reply or from a MakeCurrentCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl MakeCurrentReply
impl MakeCurrentReply
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 MakeCurrentReply
impl Debug for MakeCurrentReply
source§impl Drop for MakeCurrentReply
impl Drop for MakeCurrentReply
source§impl Reply for MakeCurrentReply
impl Reply for MakeCurrentReply
impl Send for MakeCurrentReply
impl Sync for MakeCurrentReply
Auto Trait Implementations§
impl Freeze for MakeCurrentReply
impl RefUnwindSafe for MakeCurrentReply
impl Unpin for MakeCurrentReply
impl UnwindSafe for MakeCurrentReply
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