Struct x11_dl::xlib::XStandardColormap[][src]

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

Fields

colormap: Colormapred_max: c_ulongred_mult: c_ulonggreen_max: c_ulonggreen_mult: c_ulongblue_max: c_ulongblue_mult: c_ulongbase_pixel: c_ulongvisualid: VisualIDkillid: XID

Trait Implementations

impl Clone for XStandardColormap[src]

impl Copy for XStandardColormap[src]

impl Debug for XStandardColormap[src]

impl PartialEq<XStandardColormap> for XStandardColormap[src]

impl StructuralPartialEq for XStandardColormap[src]

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.