#[repr(transparent)]pub struct IeeeRAlign(pub u32);Expand description
Frames Received with Alignment Error Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IeeeRAlign
impl Clone for IeeeRAlign
Source§fn clone(&self) -> IeeeRAlign
fn clone(&self) -> IeeeRAlign
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IeeeRAlign
impl Debug for IeeeRAlign
Source§impl Default for IeeeRAlign
impl Default for IeeeRAlign
Source§fn default() -> IeeeRAlign
fn default() -> IeeeRAlign
Returns the “default value” for a type. Read more
Source§impl PartialEq for IeeeRAlign
impl PartialEq for IeeeRAlign
impl Copy for IeeeRAlign
impl Eq for IeeeRAlign
impl StructuralPartialEq for IeeeRAlign
Auto Trait Implementations§
impl Freeze for IeeeRAlign
impl RefUnwindSafe for IeeeRAlign
impl Send for IeeeRAlign
impl Sync for IeeeRAlign
impl Unpin for IeeeRAlign
impl UnwindSafe for IeeeRAlign
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