pub struct CreateColormap {
pub alloc: CreateColormapAlloc,
pub mid: ColormapId,
pub window: WindowId,
pub visual: VisualId,
}Fields§
§alloc: CreateColormapAlloc§mid: ColormapId§window: WindowId§visual: VisualIdTrait Implementations§
Source§impl Clone for CreateColormap
impl Clone for CreateColormap
Source§fn clone(&self) -> CreateColormap
fn clone(&self) -> CreateColormap
Returns a duplicate 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 Debug for CreateColormap
impl Debug for CreateColormap
Source§impl LeBytes for CreateColormap
impl LeBytes for CreateColormap
Auto Trait Implementations§
impl Freeze for CreateColormap
impl RefUnwindSafe for CreateColormap
impl Send for CreateColormap
impl Sync for CreateColormap
impl Unpin for CreateColormap
impl UnwindSafe for CreateColormap
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