Enum Flexen
pub enum Flexen {
_0 = 0,
_1 = 1,
}Expand description
FlexIO Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Flexen
impl Eq for Flexen
impl StructuralPartialEq for Flexen
Auto Trait Implementations§
impl Freeze for Flexen
impl RefUnwindSafe for Flexen
impl Send for Flexen
impl Sync for Flexen
impl Unpin for Flexen
impl UnwindSafe for Flexen
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