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