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