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