Enum follow_heating::io::gpio::GPIOState
source · pub enum GPIOState {
High,
Low,
}
Variants§
Trait Implementations§
source§impl PartialEq for GPIOState
impl PartialEq for GPIOState
impl StructuralPartialEq for GPIOState
Auto Trait Implementations§
impl RefUnwindSafe for GPIOState
impl Send for GPIOState
impl Sync for GPIOState
impl Unpin for GPIOState
impl UnwindSafe for GPIOState
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