#[repr(u8)]pub enum Actphysel {
Show 16 variants
GMII_MII = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
B10T1S = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
GMII_MII = 0
GMII or MII
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
B10T1S = 8
B10T1S
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
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