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