#[repr(u8)]pub enum Offen {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Disable.
ONE = 1
The timer can be reset to zero when the given offset time is reached (offset event). The field is cleared when the offset event is reached, so no further event occurs until the field is set again. The timer offset value must be set before setting this field.
Implementations§
Trait Implementations§
Source§impl Ord for Offen
impl Ord for Offen
Source§impl PartialOrd for Offen
impl PartialOrd for Offen
impl Copy for Offen
impl Eq for Offen
impl StructuralPartialEq for Offen
Auto Trait Implementations§
impl Freeze for Offen
impl RefUnwindSafe for Offen
impl Send for Offen
impl Sync for Offen
impl Unpin for Offen
impl UnwindSafe for Offen
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