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