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