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