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