#[repr(u8)]pub enum Actphysel {
GMII_MII = 0,
RGMII = 1,
SGMII = 2,
TBI = 3,
RMII = 4,
RTBI = 5,
SMII = 6,
REVMIII = 7,
}Variants§
GMII_MII = 0
GMII or MII
RGMII = 1
RGMII
SGMII = 2
SGMII
TBI = 3
TBI
RMII = 4
RMII
RTBI = 5
RTBI
SMII = 6
SMII
REVMIII = 7
RevMII
Implementations§
Trait Implementations§
Source§impl Ord for Actphysel
impl Ord for Actphysel
Source§impl PartialOrd for Actphysel
impl PartialOrd for Actphysel
impl Copy for Actphysel
impl Eq for Actphysel
impl StructuralPartialEq for Actphysel
Auto Trait Implementations§
impl Freeze for Actphysel
impl RefUnwindSafe for Actphysel
impl Send for Actphysel
impl Sync for Actphysel
impl Unpin for Actphysel
impl UnwindSafe for Actphysel
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