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