pub enum LSM6DSOXTRGyroRegisters {
CTRL2_G = 17,
CTRL7_G = 22,
OUT_X_L_G = 34,
OUT_X_H_G = 35,
OUT_Y_L_G = 36,
OUT_Y_H_G = 37,
OUT_Z_L_G = 38,
OUT_Z_H_G = 39,
}Variants§
CTRL2_G = 17
CTRL7_G = 22
OUT_X_L_G = 34
OUT_X_H_G = 35
OUT_Y_L_G = 36
OUT_Y_H_G = 37
OUT_Z_L_G = 38
OUT_Z_H_G = 39
Trait Implementations§
Source§impl Clone for LSM6DSOXTRGyroRegisters
impl Clone for LSM6DSOXTRGyroRegisters
Source§fn clone(&self) -> LSM6DSOXTRGyroRegisters
fn clone(&self) -> LSM6DSOXTRGyroRegisters
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 FromPrimitive for LSM6DSOXTRGyroRegisters
impl FromPrimitive for LSM6DSOXTRGyroRegisters
Source§fn from_i64(n: i64) -> Option<Self>
fn from_i64(n: i64) -> Option<Self>
Convert an
i64 to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§fn from_u64(n: u64) -> Option<Self>
fn from_u64(n: u64) -> Option<Self>
Convert an
u64 to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§fn from_isize(n: isize) -> Option<Self>
fn from_isize(n: isize) -> Option<Self>
Convert an
isize to return an optional value of this type. If the
value cannot be represented by this value, then None is returned.Source§fn from_i8(n: i8) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
Convert an
i8 to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§fn from_i16(n: i16) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
Convert an
i16 to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§fn from_i32(n: i32) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
Convert an
i32 to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§fn from_usize(n: usize) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
Convert a
usize to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§fn from_u8(n: u8) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
Convert an
u8 to return an optional value of this type. If the
type cannot be represented by this value, then None is returned.Source§impl PartialEq for LSM6DSOXTRGyroRegisters
impl PartialEq for LSM6DSOXTRGyroRegisters
impl Copy for LSM6DSOXTRGyroRegisters
impl StructuralPartialEq for LSM6DSOXTRGyroRegisters
Auto Trait Implementations§
impl Freeze for LSM6DSOXTRGyroRegisters
impl RefUnwindSafe for LSM6DSOXTRGyroRegisters
impl Send for LSM6DSOXTRGyroRegisters
impl Sync for LSM6DSOXTRGyroRegisters
impl Unpin for LSM6DSOXTRGyroRegisters
impl UnwindSafe for LSM6DSOXTRGyroRegisters
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