Struct follow_heating::io::gpio::PinUpdate
source · pub struct PinUpdate {
pin: usize,
to: GPIOState,
}
Fields§
§pin: usize
§to: GPIOState
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PinUpdate
impl Send for PinUpdate
impl Sync for PinUpdate
impl Unpin for PinUpdate
impl UnwindSafe for PinUpdate
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