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