pub enum Pins24V {
NotConnected,
Input,
Output,
}
Variants§
Trait Implementations§
impl Copy for Pins24V
impl Eq for Pins24V
impl StructuralPartialEq for Pins24V
Auto Trait Implementations§
impl Freeze for Pins24V
impl RefUnwindSafe for Pins24V
impl Send for Pins24V
impl Sync for Pins24V
impl Unpin for Pins24V
impl UnwindSafe for Pins24V
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