Type Alias gluniversal_t

Source
pub type gluniversal_t = gluniversal_union;

Aliased Type§

union gluniversal_t {
    pub uint: u32,
    pub sint: i32,
    pub opaqueref: *mut c_void,
    pub uch: u8,
    pub sch: i8,
    pub ch: i8,
    pub charstr: *mut i8,
    pub unicharstr: *mut u32,
    pub array: *mut c_void,
    pub ptrflag: u32,
    /* private fields */
}

Fields§

§uint: u32§sint: i32§opaqueref: *mut c_void§uch: u8§sch: i8§ch: i8§charstr: *mut i8§unicharstr: *mut u32§array: *mut c_void§ptrflag: u32