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