Struct glutin_glx_sys::glx::types::GLXPipeRect[][src]

#[repr(C)]
pub struct GLXPipeRect { pub pipeName: [c_char; 80], pub srcXOrigin: c_int, pub srcYOrigin: c_int, pub srcWidth: c_int, pub srcHeight: c_int, pub destXOrigin: c_int, pub destYOrigin: c_int, pub destWidth: c_int, pub destHeight: c_int, }

Fields

pipeName: [c_char; 80]srcXOrigin: c_intsrcYOrigin: c_intsrcWidth: c_intsrcHeight: c_intdestXOrigin: c_intdestYOrigin: c_intdestWidth: c_intdestHeight: c_int

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.