#[repr(transparent)]pub struct Base1ext(pub u16);Expand description
PHY BASE-T1 Extended
Tuple Fields§
§0: u16Implementations§
Source§impl Base1ext
impl Base1ext
Sourcepub const fn baset1ext_bit(&self) -> u16
pub const fn baset1ext_bit(&self) -> u16
Capability Info
Sourcepub const fn set_baset1ext_bit(&mut self, val: u16)
pub const fn set_baset1ext_bit(&mut self, val: u16)
Capability Info
Trait Implementations§
impl Copy for Base1ext
impl Eq for Base1ext
impl StructuralPartialEq for Base1ext
Auto Trait Implementations§
impl Freeze for Base1ext
impl RefUnwindSafe for Base1ext
impl Send for Base1ext
impl Sync for Base1ext
impl Unpin for Base1ext
impl UnwindSafe for Base1ext
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