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