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