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

pub struct SwapBuffersRequest {
    pub req_type: u8,
    pub drawable: Drawable,
    pub length: u16,
    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: u8drawable: Drawablelength: u16target_msc_hi: u32target_msc_lo: u32divisor_hi: u32divisor_lo: u32remainder_hi: u32remainder_lo: u32

Trait Implementations

impl AsByteSequence for SwapBuffersRequest[src]

impl Clone for SwapBuffersRequest[src]

impl Debug for SwapBuffersRequest[src]

impl Default for SwapBuffersRequest[src]

impl Request for SwapBuffersRequest[src]

type Reply = SwapBuffersReply

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.