pub struct LSM303D<T: I2CDevice + Sized> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> Accelerometer for LSM303D<T>
impl<T> Accelerometer for LSM303D<T>
Auto Trait Implementations§
impl<T> Freeze for LSM303D<T>where
T: Freeze,
impl<T> RefUnwindSafe for LSM303D<T>where
T: RefUnwindSafe,
impl<T> Send for LSM303D<T>where
T: Send,
impl<T> Sync for LSM303D<T>where
T: Sync,
impl<T> Unpin for LSM303D<T>where
T: Unpin,
impl<T> UnwindSafe for LSM303D<T>where
T: UnwindSafe,
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