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