pub type fc2GigEProperty = _fc2GigEProperty;Aliased Type§
#[repr(C)]pub struct fc2GigEProperty {
pub propType: _fc2GigEPropertyType,
pub isReadable: i32,
pub isWritable: i32,
pub min: u32,
pub max: u32,
pub value: u32,
pub reserved: [u32; 8],
}Fields§
§propType: _fc2GigEPropertyType§isReadable: i32§isWritable: i32§min: u32§max: u32§value: u32§reserved: [u32; 8]