#[repr(u16)]pub enum Typ {
Unknown = 0,
Fixed = 1,
Horizontal = 2,
Tilted = 3,
Azimuth = 4,
Dual = 5,
Other = 99,
}Expand description
Type
Type of tracker
Variants§
Implementations§
Trait Implementations§
impl Copy for Typ
impl Eq for Typ
impl StructuralPartialEq for Typ
Auto Trait Implementations§
impl Freeze for Typ
impl RefUnwindSafe for Typ
impl Send for Typ
impl Sync for Typ
impl Unpin for Typ
impl UnwindSafe for Typ
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