pub enum FreeFallThresholdDecoding {
FfLsb5 = 0,
FfLsb7 = 1,
FfLsb8 = 2,
FfLsb10 = 3,
FfLsb11 = 4,
FfLsb13 = 5,
FfLsb15 = 6,
FfLsb16 = 7,
}Variants§
Trait Implementations§
Source§impl Bitsized for FreeFallThresholdDecoding
impl Bitsized for FreeFallThresholdDecoding
Source§impl Clone for FreeFallThresholdDecoding
impl Clone for FreeFallThresholdDecoding
Source§fn clone(&self) -> FreeFallThresholdDecoding
fn clone(&self) -> FreeFallThresholdDecoding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FreeFallThresholdDecoding
Source§impl Debug for FreeFallThresholdDecoding
impl Debug for FreeFallThresholdDecoding
Source§impl From<FreeFallThresholdDecoding> for u3
impl From<FreeFallThresholdDecoding> for u3
Source§fn from(enum_value: FreeFallThresholdDecoding) -> Self
fn from(enum_value: FreeFallThresholdDecoding) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FreeFallThresholdDecoding
impl PartialEq for FreeFallThresholdDecoding
Source§fn eq(&self, other: &FreeFallThresholdDecoding) -> bool
fn eq(&self, other: &FreeFallThresholdDecoding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FreeFallThresholdDecoding
impl PartialOrd for FreeFallThresholdDecoding
impl StructuralPartialEq for FreeFallThresholdDecoding
Auto Trait Implementations§
impl Freeze for FreeFallThresholdDecoding
impl RefUnwindSafe for FreeFallThresholdDecoding
impl Send for FreeFallThresholdDecoding
impl Sync for FreeFallThresholdDecoding
impl Unpin for FreeFallThresholdDecoding
impl UnsafeUnpin for FreeFallThresholdDecoding
impl UnwindSafe for FreeFallThresholdDecoding
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