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