pub enum FreeFallThreshold {
Ths5 = 0,
Ths7 = 1,
Ths8 = 2,
Ths10 = 3,
Ths11 = 4,
Ths13 = 5,
Ths15 = 6,
Ths16 = 7,
}Expand description
Free-fall Threshold @ FS = ±2 g
Variants§
Trait Implementations§
source§impl Clone for FreeFallThreshold
impl Clone for FreeFallThreshold
source§fn clone(&self) -> FreeFallThreshold
fn clone(&self) -> FreeFallThreshold
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 FreeFallThreshold
impl Debug for FreeFallThreshold
source§impl Default for FreeFallThreshold
impl Default for FreeFallThreshold
source§fn default() -> FreeFallThreshold
fn default() -> FreeFallThreshold
Returns the “default value” for a type. Read more
impl Copy for FreeFallThreshold
Auto Trait Implementations§
impl Freeze for FreeFallThreshold
impl RefUnwindSafe for FreeFallThreshold
impl Send for FreeFallThreshold
impl Sync for FreeFallThreshold
impl Unpin for FreeFallThreshold
impl UnwindSafe for FreeFallThreshold
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)