pub type GCond = _GCond;
Aliased Type§
#[repr(C)]pub struct GCond {
pub p: *mut c_void,
pub i: [u32; 2],
}
Fields§
§p: *mut c_void
§i: [u32; 2]
pub type GCond = _GCond;
#[repr(C)]pub struct GCond {
pub p: *mut c_void,
pub i: [u32; 2],
}
p: *mut c_void
§i: [u32; 2]