Struct x11rb::protocol::dri3::PixmapFromBufferRequest[][src]

pub struct PixmapFromBufferRequest {
    pub pixmap: Pixmap,
    pub drawable: Drawable,
    pub size: u32,
    pub width: u16,
    pub height: u16,
    pub stride: u16,
    pub depth: u8,
    pub bpp: u8,
    pub pixmap_fd: RawFdContainer,
}

Fields

pixmap: Pixmapdrawable: Drawablesize: u32width: u16height: u16stride: u16depth: u8bpp: u8pixmap_fd: RawFdContainer

Implementations

Parse this request given its header, its body, and any fds that go along with it

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The kind of reply that this request generates.

Parse a reply to this request. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.