#[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§
§embeddedTimeStamp: c_uint§embeddedGain: c_uint§embeddedShutter: c_uint§embeddedBrightness: c_uint§embeddedExposure: c_uint§embeddedWhiteBalance: c_uint§embeddedFrameCounter: c_uint§embeddedStrobePattern: c_uint§embeddedGPIOPinState: c_uint§embeddedROIPosition: c_uint§reserved: [c_uint; 31]Trait Implementations§
Source§impl Clone for _fc2ImageMetadata
impl Clone for _fc2ImageMetadata
Source§fn clone(&self) -> _fc2ImageMetadata
fn clone(&self) -> _fc2ImageMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _fc2ImageMetadata
impl Debug for _fc2ImageMetadata
Source§impl Default for _fc2ImageMetadata
impl Default for _fc2ImageMetadata
impl Copy for _fc2ImageMetadata
Auto Trait Implementations§
impl Freeze for _fc2ImageMetadata
impl RefUnwindSafe for _fc2ImageMetadata
impl Send for _fc2ImageMetadata
impl Sync for _fc2ImageMetadata
impl Unpin for _fc2ImageMetadata
impl UnwindSafe for _fc2ImageMetadata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more