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

#[repr(C)]
pub struct GLXHyperpipeConfigSGIX { pub pipeName: [c_char; 80], pub channel: c_int, pub participationType: c_uint, pub timeSlice: c_int, }

Fields

pipeName: [c_char; 80]channel: c_intparticipationType: c_uinttimeSlice: 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.