[][src]Struct breadx::auto::dri2::WaitMscRequest

pub struct WaitMscRequest {
    pub req_type: u8,
    pub length: u16,
    pub drawable: Drawable,
    pub target_msc_hi: u32,
    pub target_msc_lo: u32,
    pub divisor_hi: u32,
    pub divisor_lo: u32,
    pub remainder_hi: u32,
    pub remainder_lo: u32,
}

Fields

req_type: u8length: u16drawable: Drawabletarget_msc_hi: u32target_msc_lo: u32divisor_hi: u32divisor_lo: u32remainder_hi: u32remainder_lo: u32

Trait Implementations

impl AsByteSequence for WaitMscRequest[src]

impl Clone for WaitMscRequest[src]

impl Debug for WaitMscRequest[src]

impl Default for WaitMscRequest[src]

impl Request for WaitMscRequest[src]

type Reply = WaitMscReply

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.