#[repr(u8)]pub enum TrackingInstrumentType {
Tracker = 1,
Instrument6D = 2,
Instrument3D = 3,
Instrument5D = 4,
}
Expand description
Instrument type for tracking data
Variants§
Trait Implementations§
Source§impl Clone for TrackingInstrumentType
impl Clone for TrackingInstrumentType
Source§fn clone(&self) -> TrackingInstrumentType
fn clone(&self) -> TrackingInstrumentType
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 TrackingInstrumentType
impl Debug for TrackingInstrumentType
Source§impl PartialEq for TrackingInstrumentType
impl PartialEq for TrackingInstrumentType
impl Copy for TrackingInstrumentType
impl Eq for TrackingInstrumentType
impl StructuralPartialEq for TrackingInstrumentType
Auto Trait Implementations§
impl Freeze for TrackingInstrumentType
impl RefUnwindSafe for TrackingInstrumentType
impl Send for TrackingInstrumentType
impl Sync for TrackingInstrumentType
impl Unpin for TrackingInstrumentType
impl UnwindSafe for TrackingInstrumentType
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