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