#[repr(transparent)]pub struct MacRxqCtrl1(pub u32);Expand description
Receive Queue Control 1
Tuple Fields§
§0: u32Implementations§
Source§impl MacRxqCtrl1
impl MacRxqCtrl1
Sourcepub const fn set_mcbcqen(&mut self, val: bool)
pub const fn set_mcbcqen(&mut self, val: bool)
Multicast and Broadcast Queue Enable
Sourcepub const fn set_tacpqe(&mut self, val: bool)
pub const fn set_tacpqe(&mut self, val: bool)
Tagged AV Control Packets Queuing Enable.
Sourcepub const fn set_omcbcq(&mut self, val: bool)
pub const fn set_omcbcq(&mut self, val: bool)
OMCBCQ
Trait Implementations§
Source§impl Clone for MacRxqCtrl1
impl Clone for MacRxqCtrl1
Source§fn clone(&self) -> MacRxqCtrl1
fn clone(&self) -> MacRxqCtrl1
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 MacRxqCtrl1
impl Debug for MacRxqCtrl1
Source§impl Default for MacRxqCtrl1
impl Default for MacRxqCtrl1
Source§fn default() -> MacRxqCtrl1
fn default() -> MacRxqCtrl1
Returns the “default value” for a type. Read more
Source§impl PartialEq for MacRxqCtrl1
impl PartialEq for MacRxqCtrl1
impl Copy for MacRxqCtrl1
impl Eq for MacRxqCtrl1
impl StructuralPartialEq for MacRxqCtrl1
Auto Trait Implementations§
impl Freeze for MacRxqCtrl1
impl RefUnwindSafe for MacRxqCtrl1
impl Send for MacRxqCtrl1
impl Sync for MacRxqCtrl1
impl Unpin for MacRxqCtrl1
impl UnwindSafe for MacRxqCtrl1
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