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