pub enum QuickCompType {
Tilt = 0,
Drift = 1,
}Expand description
Quick compensation type.
Variants§
Trait Implementations§
Source§impl Clone for QuickCompType
impl Clone for QuickCompType
Source§fn clone(&self) -> QuickCompType
fn clone(&self) -> QuickCompType
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 QuickCompType
impl Debug for QuickCompType
Source§impl Default for QuickCompType
impl Default for QuickCompType
Source§fn default() -> QuickCompType
fn default() -> QuickCompType
Returns the “default value” for a type. Read more
Source§impl From<QuickCompType> for u16
impl From<QuickCompType> for u16
Source§fn from(comp: QuickCompType) -> Self
fn from(comp: QuickCompType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for QuickCompType
impl PartialEq for QuickCompType
impl Copy for QuickCompType
impl Eq for QuickCompType
impl StructuralPartialEq for QuickCompType
Auto Trait Implementations§
impl Freeze for QuickCompType
impl RefUnwindSafe for QuickCompType
impl Send for QuickCompType
impl Sync for QuickCompType
impl Unpin for QuickCompType
impl UnwindSafe for QuickCompType
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