pub struct AnalogPinAsync { /* private fields */ }
Implementations§
Source§impl AnalogPinAsync
impl AnalogPinAsync
Sourcepub fn set_mv(&self, voltage: u32)
pub fn set_mv(&self, voltage: u32)
Asynchronous equivalent of AnalogPin::set_mv()
.
Auto Trait Implementations§
impl Freeze for AnalogPinAsync
impl RefUnwindSafe for AnalogPinAsync
impl Send for AnalogPinAsync
impl Sync for AnalogPinAsync
impl Unpin for AnalogPinAsync
impl UnwindSafe for AnalogPinAsync
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