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