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