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