#[repr(transparent)]pub struct Hfclk192malwaysrun(pub u32);
Expand description
Automatic or manual control of HFCLK192M
Tuple Fields§
§0: u32
Implementations§
Source§impl Hfclk192malwaysrun
impl Hfclk192malwaysrun
Sourcepub const fn alwaysrun(&self) -> Hfclk192malwaysrunAlwaysrun
pub const fn alwaysrun(&self) -> Hfclk192malwaysrunAlwaysrun
Ensure clock is always running
Sourcepub fn set_alwaysrun(&mut self, val: Hfclk192malwaysrunAlwaysrun)
pub fn set_alwaysrun(&mut self, val: Hfclk192malwaysrunAlwaysrun)
Ensure clock is always running
Trait Implementations§
Source§impl Clone for Hfclk192malwaysrun
impl Clone for Hfclk192malwaysrun
Source§fn clone(&self) -> Hfclk192malwaysrun
fn clone(&self) -> Hfclk192malwaysrun
Returns a copy 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 Default for Hfclk192malwaysrun
impl Default for Hfclk192malwaysrun
Source§fn default() -> Hfclk192malwaysrun
fn default() -> Hfclk192malwaysrun
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hfclk192malwaysrun
impl PartialEq for Hfclk192malwaysrun
impl Copy for Hfclk192malwaysrun
impl Eq for Hfclk192malwaysrun
impl StructuralPartialEq for Hfclk192malwaysrun
Auto Trait Implementations§
impl Freeze for Hfclk192malwaysrun
impl RefUnwindSafe for Hfclk192malwaysrun
impl Send for Hfclk192malwaysrun
impl Sync for Hfclk192malwaysrun
impl Unpin for Hfclk192malwaysrun
impl UnwindSafe for Hfclk192malwaysrun
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)