pub enum ModeIndex {
EraseGroupDef = 175,
BootBusWidth = 177,
BootConfig = 179,
ErasedMemCont = 181,
BusWidth = 183,
HsTimingIndex = 185,
PowerClass = 187,
SetRev = 189,
Set = 191,
}Variants§
EraseGroupDef = 175
BootBusWidth = 177
BootConfig = 179
ErasedMemCont = 181
BusWidth = 183
HsTimingIndex = 185
PowerClass = 187
SetRev = 189
Set = 191
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeIndex
impl RefUnwindSafe for ModeIndex
impl Send for ModeIndex
impl Sync for ModeIndex
impl Unpin for ModeIndex
impl UnsafeUnpin for ModeIndex
impl UnwindSafe for ModeIndex
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