#[repr(transparent)]pub struct Hfclkaudioalwaysrun(pub u32);
Expand description
Automatic or manual control of HFCLKAUDIO
Tuple Fields§
§0: u32
Implementations§
Source§impl Hfclkaudioalwaysrun
impl Hfclkaudioalwaysrun
Sourcepub const fn alwaysrun(&self) -> HfclkaudioalwaysrunAlwaysrun
pub const fn alwaysrun(&self) -> HfclkaudioalwaysrunAlwaysrun
Ensure clock is always running
Sourcepub fn set_alwaysrun(&mut self, val: HfclkaudioalwaysrunAlwaysrun)
pub fn set_alwaysrun(&mut self, val: HfclkaudioalwaysrunAlwaysrun)
Ensure clock is always running
Trait Implementations§
Source§impl Clone for Hfclkaudioalwaysrun
impl Clone for Hfclkaudioalwaysrun
Source§fn clone(&self) -> Hfclkaudioalwaysrun
fn clone(&self) -> Hfclkaudioalwaysrun
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 Hfclkaudioalwaysrun
impl Default for Hfclkaudioalwaysrun
Source§fn default() -> Hfclkaudioalwaysrun
fn default() -> Hfclkaudioalwaysrun
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hfclkaudioalwaysrun
impl PartialEq for Hfclkaudioalwaysrun
impl Copy for Hfclkaudioalwaysrun
impl Eq for Hfclkaudioalwaysrun
impl StructuralPartialEq for Hfclkaudioalwaysrun
Auto Trait Implementations§
impl Freeze for Hfclkaudioalwaysrun
impl RefUnwindSafe for Hfclkaudioalwaysrun
impl Send for Hfclkaudioalwaysrun
impl Sync for Hfclkaudioalwaysrun
impl Unpin for Hfclkaudioalwaysrun
impl UnwindSafe for Hfclkaudioalwaysrun
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
)