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