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