pub struct Gnd;Implementations§
Source§impl Gnd
Convert this channel into a generic “Channel” type.
impl Gnd
Convert this channel into a generic “Channel” type.
The generic channel type can be used to store multiple channels in an array.
pub fn into_channel(self) -> Channel<Atmega, Periph<RegisterBlock, 120>>
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