#[repr(C)]pub struct _fc2EmbeddedImageInfo {
pub timestamp: fc2EmbeddedImageInfoProperty,
pub gain: fc2EmbeddedImageInfoProperty,
pub shutter: fc2EmbeddedImageInfoProperty,
pub brightness: fc2EmbeddedImageInfoProperty,
pub exposure: fc2EmbeddedImageInfoProperty,
pub whiteBalance: fc2EmbeddedImageInfoProperty,
pub frameCounter: fc2EmbeddedImageInfoProperty,
pub strobePattern: fc2EmbeddedImageInfoProperty,
pub GPIOPinState: fc2EmbeddedImageInfoProperty,
pub ROIPosition: fc2EmbeddedImageInfoProperty,
}Fields§
§timestamp: fc2EmbeddedImageInfoProperty§gain: fc2EmbeddedImageInfoProperty§shutter: fc2EmbeddedImageInfoProperty§brightness: fc2EmbeddedImageInfoProperty§exposure: fc2EmbeddedImageInfoProperty§whiteBalance: fc2EmbeddedImageInfoProperty§frameCounter: fc2EmbeddedImageInfoProperty§strobePattern: fc2EmbeddedImageInfoProperty§GPIOPinState: fc2EmbeddedImageInfoProperty§ROIPosition: fc2EmbeddedImageInfoPropertyTrait Implementations§
Source§impl Clone for _fc2EmbeddedImageInfo
impl Clone for _fc2EmbeddedImageInfo
Source§fn clone(&self) -> _fc2EmbeddedImageInfo
fn clone(&self) -> _fc2EmbeddedImageInfo
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 _fc2EmbeddedImageInfo
impl Debug for _fc2EmbeddedImageInfo
Source§impl Default for _fc2EmbeddedImageInfo
impl Default for _fc2EmbeddedImageInfo
impl Copy for _fc2EmbeddedImageInfo
Auto Trait Implementations§
impl Freeze for _fc2EmbeddedImageInfo
impl RefUnwindSafe for _fc2EmbeddedImageInfo
impl Send for _fc2EmbeddedImageInfo
impl Sync for _fc2EmbeddedImageInfo
impl Unpin for _fc2EmbeddedImageInfo
impl UnwindSafe for _fc2EmbeddedImageInfo
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