pub enum PinLevel {
Low = 0,
High = 1,
}Expand description
Pin logic level
Variants§
Implementations§
Trait Implementations§
impl Copy for PinLevel
impl StructuralPartialEq for PinLevel
Auto Trait Implementations§
impl Freeze for PinLevel
impl RefUnwindSafe for PinLevel
impl Send for PinLevel
impl Sync for PinLevel
impl Unpin for PinLevel
impl UnwindSafe for PinLevel
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