Struct xcb::VoidCookie
source · pub struct VoidCookie { /* private fields */ }
Expand description
The default cookie type returned by void-requests.
Trait Implementations§
source§impl Cookie for VoidCookie
impl Cookie for VoidCookie
Auto Trait Implementations§
impl Freeze for VoidCookie
impl RefUnwindSafe for VoidCookie
impl Send for VoidCookie
impl Sync for VoidCookie
impl Unpin for VoidCookie
impl UnwindSafe for VoidCookie
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