Struct x11rb::protocol::glx::PbufferClobberEvent[][src]

pub struct PbufferClobberEvent {
    pub response_type: u8,
    pub sequence: u16,
    pub event_type: u16,
    pub draw_type: u16,
    pub drawable: Drawable,
    pub b_mask: u32,
    pub aux_buffer: u16,
    pub x: u16,
    pub y: u16,
    pub width: u16,
    pub height: u16,
    pub count: u16,
}

Fields

response_type: u8sequence: u16event_type: u16draw_type: u16drawable: Drawableb_mask: u32aux_buffer: u16x: u16y: u16width: u16height: u16count: u16

Trait Implementations

impl Clone for PbufferClobberEvent[src]

impl Copy for PbufferClobberEvent[src]

impl Debug for PbufferClobberEvent[src]

impl Eq for PbufferClobberEvent[src]

impl PartialEq<PbufferClobberEvent> for PbufferClobberEvent[src]

impl StructuralEq for PbufferClobberEvent[src]

impl StructuralPartialEq for PbufferClobberEvent[src]

impl TryParse for PbufferClobberEvent[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]