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