pub struct PTPSSIR { /* private fields */ }
Expand description
Ethernet PTP subsecond increment register
Implementations§
Auto Trait Implementations§
impl !Freeze for PTPSSIR
impl !RefUnwindSafe for PTPSSIR
impl Send for PTPSSIR
impl !Sync for PTPSSIR
impl Unpin for PTPSSIR
impl UnwindSafe for PTPSSIR
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