pub enum Etr {
PA0(PA0<Input<Floating>>),
PA15(PA15<Input<Floating>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Etr
impl RefUnwindSafe for Etr
impl Send for Etr
impl Sync for Etr
impl Unpin for Etr
impl UnwindSafe for Etr
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