pub struct Pladc { /* private fields */ }Expand description
Poll ADC COnversion Status
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pladc
impl RefUnwindSafe for Pladc
impl Send for Pladc
impl Sync for Pladc
impl Unpin for Pladc
impl UnsafeUnpin for Pladc
impl UnwindSafe for Pladc
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