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