Struct VREFINTCAL
pub struct VREFINTCAL { /* private fields */ }
Expand description
VREFINTCAL peripheral
Implementations§
§impl VREFINTCAL
impl VREFINTCAL
pub unsafe fn steal() -> VREFINTCAL
pub unsafe fn steal() -> VREFINTCAL
Unsafely create an instance of this peripheral out of thin air.
§Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
§impl Peripheral for VREFINTCAL
impl Peripheral for VREFINTCAL
§type P = VREFINTCAL
type P = VREFINTCAL
Peripheral singleton type
§unsafe fn clone_unchecked(&self) -> <VREFINTCAL as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <VREFINTCAL as Peripheral>::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