#[repr(transparent)]pub struct Enet2IppIndMac0RxdataSelectInput0(pub u32);Expand description
ENET2_IPP_IND_MAC0_RXDATA_SELECT_INPUT_0 DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Enet2IppIndMac0RxdataSelectInput0
impl Enet2IppIndMac0RxdataSelectInput0
Sourcepub const fn daisy(&self) -> Enet2IppIndMac0RxdataSelectInput0Daisy
pub const fn daisy(&self) -> Enet2IppIndMac0RxdataSelectInput0Daisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Enet2IppIndMac0RxdataSelectInput0Daisy)
pub const fn set_daisy(&mut self, val: Enet2IppIndMac0RxdataSelectInput0Daisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Enet2IppIndMac0RxdataSelectInput0
impl Clone for Enet2IppIndMac0RxdataSelectInput0
Source§fn clone(&self) -> Enet2IppIndMac0RxdataSelectInput0
fn clone(&self) -> Enet2IppIndMac0RxdataSelectInput0
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 Default for Enet2IppIndMac0RxdataSelectInput0
impl Default for Enet2IppIndMac0RxdataSelectInput0
Source§fn default() -> Enet2IppIndMac0RxdataSelectInput0
fn default() -> Enet2IppIndMac0RxdataSelectInput0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Enet2IppIndMac0RxdataSelectInput0
impl PartialEq for Enet2IppIndMac0RxdataSelectInput0
Source§fn eq(&self, other: &Enet2IppIndMac0RxdataSelectInput0) -> bool
fn eq(&self, other: &Enet2IppIndMac0RxdataSelectInput0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Enet2IppIndMac0RxdataSelectInput0
impl Eq for Enet2IppIndMac0RxdataSelectInput0
impl StructuralPartialEq for Enet2IppIndMac0RxdataSelectInput0
Auto Trait Implementations§
impl Freeze for Enet2IppIndMac0RxdataSelectInput0
impl RefUnwindSafe for Enet2IppIndMac0RxdataSelectInput0
impl Send for Enet2IppIndMac0RxdataSelectInput0
impl Sync for Enet2IppIndMac0RxdataSelectInput0
impl Unpin for Enet2IppIndMac0RxdataSelectInput0
impl UnwindSafe for Enet2IppIndMac0RxdataSelectInput0
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