#[repr(transparent)]pub struct EnetRxerrSelectInput(pub u32);Expand description
ENET_RXERR_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl EnetRxerrSelectInput
impl EnetRxerrSelectInput
Sourcepub const fn daisy(&self) -> EnetRxerrSelectInputDaisy
pub const fn daisy(&self) -> EnetRxerrSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: EnetRxerrSelectInputDaisy)
pub const fn set_daisy(&mut self, val: EnetRxerrSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for EnetRxerrSelectInput
impl Clone for EnetRxerrSelectInput
Source§fn clone(&self) -> EnetRxerrSelectInput
fn clone(&self) -> EnetRxerrSelectInput
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 EnetRxerrSelectInput
impl Debug for EnetRxerrSelectInput
Source§impl Default for EnetRxerrSelectInput
impl Default for EnetRxerrSelectInput
Source§fn default() -> EnetRxerrSelectInput
fn default() -> EnetRxerrSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnetRxerrSelectInput
impl PartialEq for EnetRxerrSelectInput
impl Copy for EnetRxerrSelectInput
impl Eq for EnetRxerrSelectInput
impl StructuralPartialEq for EnetRxerrSelectInput
Auto Trait Implementations§
impl Freeze for EnetRxerrSelectInput
impl RefUnwindSafe for EnetRxerrSelectInput
impl Send for EnetRxerrSelectInput
impl Sync for EnetRxerrSelectInput
impl Unpin for EnetRxerrSelectInput
impl UnwindSafe for EnetRxerrSelectInput
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