pub struct NoneAdcPin {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoneAdcPin
impl RefUnwindSafe for NoneAdcPin
impl Send for NoneAdcPin
impl Sync for NoneAdcPin
impl Unpin for NoneAdcPin
impl UnsafeUnpin for NoneAdcPin
impl UnwindSafe for NoneAdcPin
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