Struct libflycapture2_sys::_fc2PropertyInfo [] [src]

#[repr(C)]
pub struct _fc2PropertyInfo { pub type_: fc2PropertyType, pub present: BOOL, pub autoSupported: BOOL, pub manualSupported: BOOL, pub onOffSupported: BOOL, pub onePushSupported: BOOL, pub absValSupported: BOOL, pub readOutSupported: BOOL, pub min: c_uint, pub max: c_uint, pub absMin: f32, pub absMax: f32, pub pUnits: [c_char; 512], pub pUnitAbbr: [c_char; 512], pub reserved: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for _fc2PropertyInfo
[src]

impl Clone for _fc2PropertyInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for _fc2PropertyInfo
[src]

Returns the "default value" for a type. Read more