#[repr(transparent)]pub struct Ckctrl(pub u32);Expand description
Clock Control
Tuple Fields§
§0: u32Implementations§
Source§impl Ckctrl
impl Ckctrl
Sourcepub const fn ckmode(&self) -> CkctrlCkmode
pub const fn ckmode(&self) -> CkctrlCkmode
Clocking Mode
Sourcepub const fn set_ckmode(&mut self, val: CkctrlCkmode)
pub const fn set_ckmode(&mut self, val: CkctrlCkmode)
Clocking Mode
Trait Implementations§
impl Copy for Ckctrl
impl Eq for Ckctrl
impl StructuralPartialEq for Ckctrl
Auto Trait Implementations§
impl Freeze for Ckctrl
impl RefUnwindSafe for Ckctrl
impl Send for Ckctrl
impl Sync for Ckctrl
impl Unpin for Ckctrl
impl UnwindSafe for Ckctrl
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