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