#[repr(transparent)]pub struct Pcsdiag2(pub u16);Expand description
PCS Physical Collisions Counter
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Pcsdiag2
impl Eq for Pcsdiag2
impl StructuralPartialEq for Pcsdiag2
Auto Trait Implementations§
impl Freeze for Pcsdiag2
impl RefUnwindSafe for Pcsdiag2
impl Send for Pcsdiag2
impl Sync for Pcsdiag2
impl Unpin for Pcsdiag2
impl UnwindSafe for Pcsdiag2
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