pub type SQObject = tagSQObject;Aliased Type§
#[repr(C)]pub struct SQObject {
pub _type: u32,
pub _unVal: tagSQObjectValue,
}Fields§
§_type: u32§_unVal: tagSQObjectValuepub type SQObject = tagSQObject;#[repr(C)]pub struct SQObject {
pub _type: u32,
pub _unVal: tagSQObjectValue,
}_type: u32§_unVal: tagSQObjectValue