pub struct PhyIdent(/* private fields */);
Expand description
The PHY IDENT of this PHY
Implementations§
Trait Implementations§
impl Copy for PhyIdent
impl Eq for PhyIdent
impl StructuralPartialEq for PhyIdent
Auto Trait Implementations§
impl Freeze for PhyIdent
impl RefUnwindSafe for PhyIdent
impl Send for PhyIdent
impl Sync for PhyIdent
impl Unpin for PhyIdent
impl UnwindSafe for PhyIdent
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