pub enum Flexspi {
Disabled = 0,
Enabled = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Flexspi
impl Eq for Flexspi
impl StructuralPartialEq for Flexspi
Auto Trait Implementations§
impl Freeze for Flexspi
impl RefUnwindSafe for Flexspi
impl Send for Flexspi
impl Sync for Flexspi
impl Unpin for Flexspi
impl UnwindSafe for Flexspi
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