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