#[repr(u8)]pub enum Timer0Rst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Timer0Rst
impl Ord for Timer0Rst
Source§impl PartialOrd for Timer0Rst
impl PartialOrd for Timer0Rst
impl Copy for Timer0Rst
impl Eq for Timer0Rst
impl StructuralPartialEq for Timer0Rst
Auto Trait Implementations§
impl Freeze for Timer0Rst
impl RefUnwindSafe for Timer0Rst
impl Send for Timer0Rst
impl Sync for Timer0Rst
impl Unpin for Timer0Rst
impl UnwindSafe for Timer0Rst
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