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