#[repr(u32)]pub enum _fc2PropertyType {
Show 20 variants
FC2_BRIGHTNESS = 0,
FC2_AUTO_EXPOSURE = 1,
FC2_SHARPNESS = 2,
FC2_WHITE_BALANCE = 3,
FC2_HUE = 4,
FC2_SATURATION = 5,
FC2_GAMMA = 6,
FC2_IRIS = 7,
FC2_FOCUS = 8,
FC2_ZOOM = 9,
FC2_PAN = 10,
FC2_TILT = 11,
FC2_SHUTTER = 12,
FC2_GAIN = 13,
FC2_TRIGGER_MODE = 14,
FC2_TRIGGER_DELAY = 15,
FC2_FRAME_RATE = 16,
FC2_TEMPERATURE = 17,
FC2_UNSPECIFIED_PROPERTY_TYPE = 18,
FC2_PROPERTY_TYPE_FORCE_32BITS = 2_147_483_647,
}Variants§
FC2_BRIGHTNESS = 0
FC2_AUTO_EXPOSURE = 1
FC2_SHARPNESS = 2
FC2_WHITE_BALANCE = 3
FC2_HUE = 4
FC2_SATURATION = 5
FC2_GAMMA = 6
FC2_IRIS = 7
FC2_FOCUS = 8
FC2_ZOOM = 9
FC2_PAN = 10
FC2_TILT = 11
FC2_SHUTTER = 12
FC2_GAIN = 13
FC2_TRIGGER_MODE = 14
FC2_TRIGGER_DELAY = 15
FC2_FRAME_RATE = 16
FC2_TEMPERATURE = 17
FC2_UNSPECIFIED_PROPERTY_TYPE = 18
FC2_PROPERTY_TYPE_FORCE_32BITS = 2_147_483_647
Trait Implementations§
Source§impl Clone for _fc2PropertyType
impl Clone for _fc2PropertyType
Source§fn clone(&self) -> _fc2PropertyType
fn clone(&self) -> _fc2PropertyType
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 _fc2PropertyType
impl Debug for _fc2PropertyType
impl Copy for _fc2PropertyType
Auto Trait Implementations§
impl Freeze for _fc2PropertyType
impl RefUnwindSafe for _fc2PropertyType
impl Send for _fc2PropertyType
impl Sync for _fc2PropertyType
impl Unpin for _fc2PropertyType
impl UnwindSafe for _fc2PropertyType
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