Type Alias virt_sys::_virTypedParameterValue
source · pub type _virTypedParameterValue = _virTypedParameter__bindgen_ty_1;Aliased Type§
union _virTypedParameterValue {
pub i: i32,
pub ui: u32,
pub l: i64,
pub ul: u64,
pub d: f64,
pub b: i8,
pub s: *mut i8,
}Fields§
§i: i32§ui: u32§l: i64§ul: u64§d: f64§b: i8§s: *mut i8