[][src]Struct xcb::ffi::render::xcb_render_directformat_t

#[repr(C)]
pub struct xcb_render_directformat_t {
    pub red_shift: u16,
    pub red_mask: u16,
    pub green_shift: u16,
    pub green_mask: u16,
    pub blue_shift: u16,
    pub blue_mask: u16,
    pub alpha_shift: u16,
    pub alpha_mask: u16,
}

Fields

red_shift: u16red_mask: u16green_shift: u16green_mask: u16blue_shift: u16blue_mask: u16alpha_shift: u16alpha_mask: u16

Trait Implementations

impl Copy for xcb_render_directformat_t[src]

impl Clone for xcb_render_directformat_t[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for xcb_render_directformat_t

impl Sync for xcb_render_directformat_t

impl Send for xcb_render_directformat_t

impl UnwindSafe for xcb_render_directformat_t

impl RefUnwindSafe for xcb_render_directformat_t

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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