_virTypedParameterValue

Type Alias _virTypedParameterValue 

Source
pub type _virTypedParameterValue = _virTypedParameter__bindgen_ty_1;

Aliased Type§

#[repr(C)]
pub 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