pub enum Threshold6D {
Deg80 = 0,
Deg70 = 1,
Deg60 = 2,
Deg50 = 3,
}Expand description
Thresholds for 4D/6D function @ FS = ±2 g
Variants§
Trait Implementations§
source§impl Clone for Threshold6D
impl Clone for Threshold6D
source§fn clone(&self) -> Threshold6D
fn clone(&self) -> Threshold6D
Returns a copy of the value. Read more
1.6.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 Threshold6D
impl Debug for Threshold6D
source§impl Default for Threshold6D
impl Default for Threshold6D
source§fn default() -> Threshold6D
fn default() -> Threshold6D
Returns the “default value” for a type. Read more
impl Copy for Threshold6D
Auto Trait Implementations§
impl Freeze for Threshold6D
impl RefUnwindSafe for Threshold6D
impl Send for Threshold6D
impl Sync for Threshold6D
impl Unpin for Threshold6D
impl UnwindSafe for Threshold6D
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)