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