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