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