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