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