pub struct VREFINTCAL { /* private fields */ }
Expand description
VREFINTCAL peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for VREFINTCAL
impl Peripheral for VREFINTCAL
Source§type P = VREFINTCAL
type P = VREFINTCAL
Peripheral singleton type
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
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