pub struct Vcore;
Expand description
Internal Vcore channel.
Trait Implementations§
Source§impl<T: Instance> AdcChannel<T> for Vcore
impl<T: Instance> AdcChannel<T> for Vcore
fn degrade_adc(self) -> AnyAdcChannel<T>
Auto Trait Implementations§
impl Freeze for Vcore
impl RefUnwindSafe for Vcore
impl Send for Vcore
impl Sync for Vcore
impl Unpin for Vcore
impl UnwindSafe for Vcore
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