pub enum GPIOW {
DISABLED,
ENABLED,
}Expand description
Values that can be written to the field GPIO
Variants§
Auto Trait Implementations§
impl Freeze for GPIOW
impl RefUnwindSafe for GPIOW
impl Send for GPIOW
impl Sync for GPIOW
impl Unpin for GPIOW
impl UnwindSafe for GPIOW
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