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