pub struct IEEE_R_ALIGN { /* private fields */ }Expand description
Frames Received with Alignment Error Statistic Register
Implementations§
Auto Trait Implementations§
impl !Freeze for IEEE_R_ALIGN
impl !RefUnwindSafe for IEEE_R_ALIGN
impl Send for IEEE_R_ALIGN
impl !Sync for IEEE_R_ALIGN
impl Unpin for IEEE_R_ALIGN
impl UnwindSafe for IEEE_R_ALIGN
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