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