pub struct EncoderPins {
pub ch1: PA0<Alternate<1>>,
pub ch2: PA1<Alternate<1>>,
}Fields§
§ch1: PA0<Alternate<1>>§ch2: PA1<Alternate<1>>Auto Trait Implementations§
impl Freeze for EncoderPins
impl RefUnwindSafe for EncoderPins
impl Send for EncoderPins
impl Sync for EncoderPins
impl Unpin for EncoderPins
impl UnwindSafe for EncoderPins
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