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