Enum Opm
#[repr(u8)]pub enum Opm {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Counter is not stopped at update event
ENABLED = 1
Counter stops counting at the next update event (clearing the CEN bit)
Implementations§
Trait Implementations§
§impl Ord for Opm
impl Ord for Opm
§impl PartialOrd for Opm
impl PartialOrd for Opm
impl Copy for Opm
impl Eq for Opm
impl StructuralPartialEq for Opm
Auto Trait Implementations§
impl Freeze for Opm
impl RefUnwindSafe for Opm
impl Send for Opm
impl Sync for Opm
impl Unpin for Opm
impl UnwindSafe for Opm
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