Type Alias GSValue

Source
pub type GSValue = GSValueTag;

Aliased Type§

union GSValue {
    pub asString: *const i8,
    pub asBool: i8,
    pub asByte: i8,
    pub asShort: i16,
    pub asInteger: i32,
    pub asLong: i64,
    pub asFloat: f32,
    pub asDouble: f64,
    pub asTimestamp: i64,
    pub asGeometry: *const i8,
    pub asBlob: GSBlobTag,
    pub asArray: GSValueTag__bindgen_ty_1,
}

Fields§

§asString: *const i8§asBool: i8§asByte: i8§asShort: i16§asInteger: i32§asLong: i64§asFloat: f32§asDouble: f64§asTimestamp: i64§asGeometry: *const i8§asBlob: GSBlobTag§asArray: GSValueTag__bindgen_ty_1