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