Struct libflycapture2_sys::_fc2ImageMetadata [] [src]

#[repr(C)]
pub struct _fc2ImageMetadata { pub embeddedTimeStamp: c_uint, pub embeddedGain: c_uint, pub embeddedShutter: c_uint, pub embeddedBrightness: c_uint, pub embeddedExposure: c_uint, pub embeddedWhiteBalance: c_uint, pub embeddedFrameCounter: c_uint, pub embeddedStrobePattern: c_uint, pub embeddedGPIOPinState: c_uint, pub embeddedROIPosition: c_uint, pub reserved: [c_uint; 31], }

Fields

Trait Implementations

impl Copy for _fc2ImageMetadata
[src]

impl Clone for _fc2ImageMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2ImageMetadata
[src]

Formats the value using the given formatter.

impl Default for _fc2ImageMetadata
[src]

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