Struct xcb::x::AllocColorPlanesReply
source · pub struct AllocColorPlanesReply { /* private fields */ }
Expand description
Reply type for AllocColorPlanes.
Can be obtained from a AllocColorPlanesCookie with Connection::wait_for_reply or from a AllocColorPlanesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for AllocColorPlanesReply
impl Debug for AllocColorPlanesReply
source§impl Drop for AllocColorPlanesReply
impl Drop for AllocColorPlanesReply
source§impl Reply for AllocColorPlanesReply
impl Reply for AllocColorPlanesReply
impl Send for AllocColorPlanesReply
impl Sync for AllocColorPlanesReply
Auto Trait Implementations§
impl Freeze for AllocColorPlanesReply
impl RefUnwindSafe for AllocColorPlanesReply
impl Unpin for AllocColorPlanesReply
impl UnwindSafe for AllocColorPlanesReply
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