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