Struct glutin_glx_sys::XExtCodes [−][src]
#[repr(C)]pub struct XExtCodes {
pub extension: i32,
pub major_opcode: i32,
pub first_event: i32,
pub first_error: i32,
}Fields
extension: i32major_opcode: i32first_event: i32first_error: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XExtCodes
impl UnwindSafe for XExtCodes
Blanket Implementations
Mutably borrows from an owned value. Read more
