Struct xcb::glx::RenderModeCookie
source · pub struct RenderModeCookie { /* private fields */ }
Expand description
Cookie type for RenderMode.
This cookie can be used to get a RenderModeReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for RenderModeCookie
impl Cookie for RenderModeCookie
source§impl CookieWithReplyChecked for RenderModeCookie
impl CookieWithReplyChecked for RenderModeCookie
source§type Reply = RenderModeReply
type Reply = RenderModeReply
The reply type associated with the cookie
source§impl Debug for RenderModeCookie
impl Debug for RenderModeCookie
impl CookieChecked for RenderModeCookie
Auto Trait Implementations§
impl Freeze for RenderModeCookie
impl RefUnwindSafe for RenderModeCookie
impl Send for RenderModeCookie
impl Sync for RenderModeCookie
impl Unpin for RenderModeCookie
impl UnwindSafe for RenderModeCookie
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