pub struct GetPhyConfiguration;Expand description
Get PHY Configuration Command
Trait Implementations§
Source§impl Debug for GetPhyConfiguration
impl Debug for GetPhyConfiguration
Auto Trait Implementations§
impl Freeze for GetPhyConfiguration
impl RefUnwindSafe for GetPhyConfiguration
impl Send for GetPhyConfiguration
impl Sync for GetPhyConfiguration
impl Unpin for GetPhyConfiguration
impl UnwindSafe for GetPhyConfiguration
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