#[repr(C)]pub struct sh2_StepDetector {
pub latency: u32,
}Expand description
@brief StepDetector
See the SH-2 Reference Manual for more detail.
Fields§
§latency: u32< @brief Step detect latency [uS].
Trait Implementations§
Source§impl Clone for sh2_StepDetector
impl Clone for sh2_StepDetector
Source§fn clone(&self) -> sh2_StepDetector
fn clone(&self) -> sh2_StepDetector
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 Debug for sh2_StepDetector
impl Debug for sh2_StepDetector
impl Copy for sh2_StepDetector
Auto Trait Implementations§
impl Freeze for sh2_StepDetector
impl RefUnwindSafe for sh2_StepDetector
impl Send for sh2_StepDetector
impl Sync for sh2_StepDetector
impl Unpin for sh2_StepDetector
impl UnwindSafe for sh2_StepDetector
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