#[repr(transparent)]pub struct IeeeTFrameOk(pub u32);Expand description
Frames Transmitted OK Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IeeeTFrameOk
impl Clone for IeeeTFrameOk
Source§fn clone(&self) -> IeeeTFrameOk
fn clone(&self) -> IeeeTFrameOk
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 IeeeTFrameOk
impl Debug for IeeeTFrameOk
Source§impl Default for IeeeTFrameOk
impl Default for IeeeTFrameOk
Source§fn default() -> IeeeTFrameOk
fn default() -> IeeeTFrameOk
Returns the “default value” for a type. Read more
Source§impl PartialEq for IeeeTFrameOk
impl PartialEq for IeeeTFrameOk
impl Copy for IeeeTFrameOk
impl Eq for IeeeTFrameOk
impl StructuralPartialEq for IeeeTFrameOk
Auto Trait Implementations§
impl Freeze for IeeeTFrameOk
impl RefUnwindSafe for IeeeTFrameOk
impl Send for IeeeTFrameOk
impl Sync for IeeeTFrameOk
impl Unpin for IeeeTFrameOk
impl UnwindSafe for IeeeTFrameOk
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