Struct x11rb::protocol::xproto::ListInstalledColormapsRequest
source · pub struct ListInstalledColormapsRequest {
pub window: u32,
}
Fields§
§window: u32
Implementations§
Trait Implementations§
source§impl Clone for ListInstalledColormapsRequest
impl Clone for ListInstalledColormapsRequest
source§fn clone(&self) -> ListInstalledColormapsRequest
fn clone(&self) -> ListInstalledColormapsRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ListInstalledColormapsRequest
impl Default for ListInstalledColormapsRequest
source§fn default() -> ListInstalledColormapsRequest
fn default() -> ListInstalledColormapsRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for ListInstalledColormapsRequest
impl ReplyRequest for ListInstalledColormapsRequest
§type Reply = ListInstalledColormapsReply
type Reply = ListInstalledColormapsReply
The kind of reply that this request generates.
impl Copy for ListInstalledColormapsRequest
Auto Trait Implementations§
impl Freeze for ListInstalledColormapsRequest
impl RefUnwindSafe for ListInstalledColormapsRequest
impl Send for ListInstalledColormapsRequest
impl Sync for ListInstalledColormapsRequest
impl Unpin for ListInstalledColormapsRequest
impl UnwindSafe for ListInstalledColormapsRequest
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