Struct libflycapture2_sys::_Property [] [src]

#[repr(C)]
pub struct _Property { pub type_: fc2PropertyType, pub present: BOOL, pub absControl: BOOL, pub onePush: BOOL, pub onOff: BOOL, pub autoManualMode: BOOL, pub valueA: c_uint, pub valueB: c_uint, pub absValue: f32, pub reserved: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for _Property
[src]

impl Clone for _Property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _Property
[src]

Formats the value using the given formatter.

impl Default for _Property
[src]

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