#[repr(transparent)]pub struct Clkselect(pub u32);Expand description
Master clock generator configuration
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Clkselect
impl Eq for Clkselect
impl StructuralPartialEq for Clkselect
Auto Trait Implementations§
impl Freeze for Clkselect
impl RefUnwindSafe for Clkselect
impl Send for Clkselect
impl Sync for Clkselect
impl Unpin for Clkselect
impl UnwindSafe for Clkselect
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)