Struct follow_heating::io::gpio::sysfs_gpio::SysFsGPIO
source · pub struct SysFsGPIO {
gpios: HashMap<usize, Pin>,
sender: Sender<PinUpdate>,
}
Fields§
§gpios: HashMap<usize, Pin>
§sender: Sender<PinUpdate>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SysFsGPIO
impl Send for SysFsGPIO
impl Sync for SysFsGPIO
impl Unpin for SysFsGPIO
impl !UnwindSafe for SysFsGPIO
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