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