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