pub struct VREFINTCAL { /* private fields */ }Expand description
VREFINTCAL peripheral
Implementations§
Trait Implementations§
Source§impl Clone for VREFINTCAL
impl Clone for VREFINTCAL
Source§impl Debug for VREFINTCAL
impl Debug for VREFINTCAL
Source§impl Format for VREFINTCAL
impl Format for VREFINTCAL
impl Copy for VREFINTCAL
impl PeripheralType for VREFINTCAL
Auto Trait Implementations§
impl Freeze for VREFINTCAL
impl RefUnwindSafe for VREFINTCAL
impl Send for VREFINTCAL
impl Sync for VREFINTCAL
impl Unpin for VREFINTCAL
impl UnwindSafe for VREFINTCAL
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§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.