Struct x11rb::protocol::render::Directformat[][src]

pub struct Directformat {
    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 Clone for Directformat[src]

impl Copy for Directformat[src]

impl Debug for Directformat[src]

impl Eq for Directformat[src]

impl PartialEq<Directformat> for Directformat[src]

impl Serialize for Directformat[src]

type Bytes = [u8; 16]

The value returned by serialize. Read more

impl StructuralEq for Directformat[src]

impl StructuralPartialEq for Directformat[src]

impl TryParse for Directformat[src]

Auto Trait Implementations

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.

impl<T> TryParseFd for T where
    T: TryParse
[src]