pub struct AuxConf {
pub odr: Odr,
pub offset: u8,
}Expand description
Auxiliary device configuration.
Fields§
§odr: OdrAuxiliary device Output Data Rate in Hz.
offset: u8Trigger-readout offset in units of 2.5ms.
Implementations§
Auto Trait Implementations§
impl Freeze for AuxConf
impl RefUnwindSafe for AuxConf
impl Send for AuxConf
impl Sync for AuxConf
impl Unpin for AuxConf
impl UnsafeUnpin for AuxConf
impl UnwindSafe for AuxConf
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