Struct arduino_hal::adc::channel::Gnd
source · pub struct Gnd;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gnd
impl RefUnwindSafe for Gnd
impl Send for Gnd
impl Sync for Gnd
impl Unpin for Gnd
impl UnwindSafe for Gnd
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