Struct capsules_extra::lps22hb::Lps22hb
source · pub struct Lps22hb<'a, I: I2CDevice> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, I: I2CDevice> PressureDriver<'a> for Lps22hb<'a, I>
impl<'a, I: I2CDevice> PressureDriver<'a> for Lps22hb<'a, I>
source§fn set_client(&self, client: &'a dyn PressureClient)
fn set_client(&self, client: &'a dyn PressureClient)
Set the client
Auto Trait Implementations§
impl<'a, I> !Freeze for Lps22hb<'a, I>
impl<'a, I> !RefUnwindSafe for Lps22hb<'a, I>
impl<'a, I> !Send for Lps22hb<'a, I>
impl<'a, I> !Sync for Lps22hb<'a, I>
impl<'a, I> Unpin for Lps22hb<'a, I>
impl<'a, I> !UnwindSafe for Lps22hb<'a, I>
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