Struct breadx::auto::xf86vidmode::ModModeLineRequest[][src]

pub struct ModModeLineRequest {
    pub req_type: u8,
    pub length: u16,
    pub screen: u32,
    pub hdisplay: u16,
    pub hsyncstart: u16,
    pub hsyncend: u16,
    pub htotal: u16,
    pub hskew: u16,
    pub vdisplay: u16,
    pub vsyncstart: u16,
    pub vsyncend: u16,
    pub vtotal: u16,
    pub flags: ModeFlag,
    pub private: Vec<u8>,
}

Fields

req_type: u8length: u16screen: u32hdisplay: u16hsyncstart: u16hsyncend: u16htotal: u16hskew: u16vdisplay: u16vsyncstart: u16vsyncend: u16vtotal: u16flags: ModeFlagprivate: Vec<u8>

Trait Implementations

impl AsByteSequence for ModModeLineRequest[src]

impl Clone for ModModeLineRequest[src]

impl Debug for ModModeLineRequest[src]

impl Default for ModModeLineRequest[src]

impl Request for ModModeLineRequest[src]

type Reply = ()

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.