Struct libflycapture2_sys::_fc2TriggerModeInfo [] [src]

#[repr(C)]
pub struct _fc2TriggerModeInfo { pub present: BOOL, pub readOutSupported: BOOL, pub onOffSupported: BOOL, pub polaritySupported: BOOL, pub valueReadable: BOOL, pub sourceMask: c_uint, pub softwareTriggerSupported: BOOL, pub modeMask: c_uint, pub reserved: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for _fc2TriggerModeInfo
[src]

impl Clone for _fc2TriggerModeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2TriggerModeInfo
[src]

Formats the value using the given formatter.

impl Default for _fc2TriggerModeInfo
[src]

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