pub enum Rate {
HalfMps,
OneMps,
TwoMps,
FourMps,
TenMps,
}Expand description
The periodic-mode acquisition rate, in measurements per second (mps).
Variants§
HalfMps
One measurement every two seconds.
OneMps
One measurement per second.
TwoMps
Two measurements per second.
FourMps
Four measurements per second.
TenMps
Ten measurements per second; self-heating can occur at this rate.
Implementations§
Trait Implementations§
impl Copy for Rate
impl Eq for Rate
impl StructuralPartialEq for Rate
Auto Trait Implementations§
impl Freeze for Rate
impl RefUnwindSafe for Rate
impl Send for Rate
impl Sync for Rate
impl Unpin for Rate
impl UnsafeUnpin for Rate
impl UnwindSafe for Rate
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