#[repr(transparent)]pub struct Dspmainramclkdiv(pub u32);Expand description
DSP main ram clock divider
Tuple Fields§
§0: u32Implementations§
Source§impl Dspmainramclkdiv
impl Dspmainramclkdiv
Sourcepub const fn dspmramclkdiv(&self) -> Dspmramclkdiv
pub const fn dspmramclkdiv(&self) -> Dspmramclkdiv
DSP MAINRAM Clock Ratio Control:
Sourcepub const fn set_dspmramclkdiv(&mut self, val: Dspmramclkdiv)
pub const fn set_dspmramclkdiv(&mut self, val: Dspmramclkdiv)
DSP MAINRAM Clock Ratio Control:
Trait Implementations§
Source§impl Clone for Dspmainramclkdiv
impl Clone for Dspmainramclkdiv
Source§fn clone(&self) -> Dspmainramclkdiv
fn clone(&self) -> Dspmainramclkdiv
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 Dspmainramclkdiv
impl Debug for Dspmainramclkdiv
Source§impl Default for Dspmainramclkdiv
impl Default for Dspmainramclkdiv
Source§fn default() -> Dspmainramclkdiv
fn default() -> Dspmainramclkdiv
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dspmainramclkdiv
impl PartialEq for Dspmainramclkdiv
impl Copy for Dspmainramclkdiv
impl Eq for Dspmainramclkdiv
impl StructuralPartialEq for Dspmainramclkdiv
Auto Trait Implementations§
impl Freeze for Dspmainramclkdiv
impl RefUnwindSafe for Dspmainramclkdiv
impl Send for Dspmainramclkdiv
impl Sync for Dspmainramclkdiv
impl Unpin for Dspmainramclkdiv
impl UnwindSafe for Dspmainramclkdiv
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