#[repr(u8)]pub enum Timer0 {
IN_REGION1 = 0,
IN_REGION0 = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Timer0
impl Ord for Timer0
Source§impl PartialOrd for Timer0
impl PartialOrd for Timer0
impl Copy for Timer0
impl Eq for Timer0
impl StructuralPartialEq for Timer0
Auto Trait Implementations§
impl Freeze for Timer0
impl RefUnwindSafe for Timer0
impl Send for Timer0
impl Sync for Timer0
impl Unpin for Timer0
impl UnwindSafe for Timer0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)