pub enum EE6POL {
ActiveHigh = 0,
ActiveLow = 1,
}
Expand description
EE%sPOL
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EE6POL
impl Eq for EE6POL
impl StructuralPartialEq for EE6POL
Auto Trait Implementations§
impl Freeze for EE6POL
impl RefUnwindSafe for EE6POL
impl Send for EE6POL
impl Sync for EE6POL
impl Unpin for EE6POL
impl UnwindSafe for EE6POL
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