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