#[repr(u32)]pub enum ColorControlMode {
Auto = 0,
Manual = 1,
}Expand description
Calibration types.
Variants§
Auto = 0
< set the associated k4a_color_control_command_t to auto
Manual = 1
< set the associated k4a_color_control_command_t to manual
Trait Implementations§
Source§impl Clone for ColorControlMode
impl Clone for ColorControlMode
Source§fn clone(&self) -> ColorControlMode
fn clone(&self) -> ColorControlMode
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 ColorControlMode
impl Debug for ColorControlMode
Source§impl From<ColorControlMode> for k4a_color_control_mode_t
impl From<ColorControlMode> for k4a_color_control_mode_t
Source§fn from(s: ColorControlMode) -> Self
fn from(s: ColorControlMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ColorControlMode
impl PartialEq for ColorControlMode
impl Copy for ColorControlMode
impl StructuralPartialEq for ColorControlMode
Auto Trait Implementations§
impl Freeze for ColorControlMode
impl RefUnwindSafe for ColorControlMode
impl Send for ColorControlMode
impl Sync for ColorControlMode
impl Unpin for ColorControlMode
impl UnwindSafe for ColorControlMode
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