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