#[repr(u8)]pub enum Pcs {
TX_PCS0 = 0,
TX_PCS1 = 1,
TX_PCS2 = 2,
TX_PCS3 = 3,
}Variants§
TX_PCS0 = 0
Transfer using PCS[0]
TX_PCS1 = 1
Transfer using PCS[1]
TX_PCS2 = 2
Transfer using PCS[2]
TX_PCS3 = 3
Transfer using PCS[3]
Implementations§
Trait Implementations§
Source§impl Ord for Pcs
impl Ord for Pcs
Source§impl PartialOrd for Pcs
impl PartialOrd for Pcs
impl Copy for Pcs
impl Eq for Pcs
impl StructuralPartialEq for Pcs
Auto Trait Implementations§
impl Freeze for Pcs
impl RefUnwindSafe for Pcs
impl Send for Pcs
impl Sync for Pcs
impl Unpin for Pcs
impl UnwindSafe for Pcs
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