pub enum OsEventTimerWu {
NoEffect = 0,
ClrStartEn1 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for OsEventTimerWu
impl Clone for OsEventTimerWu
Source§fn clone(&self) -> OsEventTimerWu
fn clone(&self) -> OsEventTimerWu
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 OsEventTimerWu
impl Debug for OsEventTimerWu
Source§impl From<OsEventTimerWu> for bool
impl From<OsEventTimerWu> for bool
Source§fn from(variant: OsEventTimerWu) -> Self
fn from(variant: OsEventTimerWu) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OsEventTimerWu
impl PartialEq for OsEventTimerWu
impl Copy for OsEventTimerWu
impl Eq for OsEventTimerWu
impl StructuralPartialEq for OsEventTimerWu
Auto Trait Implementations§
impl Freeze for OsEventTimerWu
impl RefUnwindSafe for OsEventTimerWu
impl Send for OsEventTimerWu
impl Sync for OsEventTimerWu
impl Unpin for OsEventTimerWu
impl UnwindSafe for OsEventTimerWu
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