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