[]Struct gdk_x11_sys::xlib::XStandardColormap

#[repr(C)]pub struct XStandardColormap {
    pub colormap: u64,
    pub red_max: u64,
    pub red_mult: u64,
    pub green_max: u64,
    pub green_mult: u64,
    pub blue_max: u64,
    pub blue_mult: u64,
    pub base_pixel: u64,
    pub visualid: u64,
    pub killid: u64,
}

Fields

colormap: u64red_max: u64red_mult: u64green_max: u64green_mult: u64blue_max: u64blue_mult: u64base_pixel: u64visualid: u64killid: u64

Trait Implementations

impl Clone for XStandardColormap

impl Copy for XStandardColormap

impl Debug for XStandardColormap

impl PartialEq<XStandardColormap> for XStandardColormap

Auto Trait Implementations

impl RefUnwindSafe for XStandardColormap

impl Send for XStandardColormap

impl Sync for XStandardColormap

impl Unpin for XStandardColormap

impl UnwindSafe for XStandardColormap

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.