#[repr(transparent)]pub struct RmiiClksel(pub u32);Expand description
RMII clock selection control.
Tuple Fields§
§0: u32Implementations§
Source§impl RmiiClksel
impl RmiiClksel
Sourcepub const fn mux(&self) -> RmiiClkselMux
pub const fn mux(&self) -> RmiiClkselMux
Functional Clock Mux Select.
Sourcepub const fn set_mux(&mut self, val: RmiiClkselMux)
pub const fn set_mux(&mut self, val: RmiiClkselMux)
Functional Clock Mux Select.
Trait Implementations§
Source§impl Clone for RmiiClksel
impl Clone for RmiiClksel
Source§fn clone(&self) -> RmiiClksel
fn clone(&self) -> RmiiClksel
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 RmiiClksel
impl Debug for RmiiClksel
Source§impl Default for RmiiClksel
impl Default for RmiiClksel
Source§fn default() -> RmiiClksel
fn default() -> RmiiClksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for RmiiClksel
impl PartialEq for RmiiClksel
impl Copy for RmiiClksel
impl Eq for RmiiClksel
impl StructuralPartialEq for RmiiClksel
Auto Trait Implementations§
impl Freeze for RmiiClksel
impl RefUnwindSafe for RmiiClksel
impl Send for RmiiClksel
impl Sync for RmiiClksel
impl Unpin for RmiiClksel
impl UnwindSafe for RmiiClksel
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