pub enum HrTimerMode {
SingleShotNonRetriggerable,
SingleShotRetriggerable,
Continuous,
}
Variants§
Trait Implementations§
Source§impl Clone for HrTimerMode
impl Clone for HrTimerMode
Source§fn clone(&self) -> HrTimerMode
fn clone(&self) -> HrTimerMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HrTimerMode
impl Debug for HrTimerMode
Source§impl PartialEq for HrTimerMode
impl PartialEq for HrTimerMode
impl Copy for HrTimerMode
impl StructuralPartialEq for HrTimerMode
Auto Trait Implementations§
impl Freeze for HrTimerMode
impl RefUnwindSafe for HrTimerMode
impl Send for HrTimerMode
impl Sync for HrTimerMode
impl Unpin for HrTimerMode
impl UnwindSafe for HrTimerMode
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