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