#[repr(u16)]pub enum TrackingMode {
Single = 1,
Multi = 2,
}Expand description
Tracking mode of the sensor.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TrackingMode
impl Clone for TrackingMode
Source§fn clone(&self) -> TrackingMode
fn clone(&self) -> TrackingMode
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 TrackingMode
impl Debug for TrackingMode
Source§impl PartialEq for TrackingMode
impl PartialEq for TrackingMode
impl Copy for TrackingMode
impl Eq for TrackingMode
impl StructuralPartialEq for TrackingMode
Auto Trait Implementations§
impl Freeze for TrackingMode
impl RefUnwindSafe for TrackingMode
impl Send for TrackingMode
impl Sync for TrackingMode
impl Unpin for TrackingMode
impl UnsafeUnpin for TrackingMode
impl UnwindSafe for TrackingMode
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