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