#[repr(transparent)]pub struct Pcsctrl(pub u16);Expand description
PCS Control
Tuple Fields§
§0: u16Implementations§
Source§impl Pcsctrl
impl Pcsctrl
Sourcepub const fn loop_(&self) -> PcsctrlLoop
pub const fn loop_(&self) -> PcsctrlLoop
Loop
Sourcepub const fn set_loop_(&mut self, val: PcsctrlLoop)
pub const fn set_loop_(&mut self, val: PcsctrlLoop)
Loop
Trait Implementations§
impl Copy for Pcsctrl
impl Eq for Pcsctrl
impl StructuralPartialEq for Pcsctrl
Auto Trait Implementations§
impl Freeze for Pcsctrl
impl RefUnwindSafe for Pcsctrl
impl Send for Pcsctrl
impl Sync for Pcsctrl
impl Unpin for Pcsctrl
impl UnwindSafe for Pcsctrl
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