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