fc2PropertyInfo

Type Alias fc2PropertyInfo 

Source
pub type fc2PropertyInfo = _fc2PropertyInfo;

Aliased Type§

#[repr(C)]
pub struct fc2PropertyInfo {
Show 15 fields pub type_: _fc2PropertyType, pub present: i32, pub autoSupported: i32, pub manualSupported: i32, pub onOffSupported: i32, pub onePushSupported: i32, pub absValSupported: i32, pub readOutSupported: i32, pub min: u32, pub max: u32, pub absMin: f32, pub absMax: f32, pub pUnits: [i8; 512], pub pUnitAbbr: [i8; 512], pub reserved: [u32; 8],
}

Fields§

§type_: _fc2PropertyType§present: i32§autoSupported: i32§manualSupported: i32§onOffSupported: i32§onePushSupported: i32§absValSupported: i32§readOutSupported: i32§min: u32§max: u32§absMin: f32§absMax: f32§pUnits: [i8; 512]§pUnitAbbr: [i8; 512]§reserved: [u32; 8]