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