pub enum SaveType {
Auto,
Nothing,
Eeprom4Kbit,
Eeprom16Kbit,
Sram256Kbit,
FlashRam1Mbit,
Sram768Kbit,
FlashRam1MbitStadium,
Unknown,
}
Variants§
Auto
Nothing
Eeprom4Kbit
Eeprom16Kbit
Sram256Kbit
FlashRam1Mbit
Sram768Kbit
FlashRam1MbitStadium
Unknown
Implementations§
Trait Implementations§
impl Copy for SaveType
impl StructuralPartialEq for SaveType
Auto Trait Implementations§
impl Freeze for SaveType
impl RefUnwindSafe for SaveType
impl Send for SaveType
impl Sync for SaveType
impl Unpin for SaveType
impl UnwindSafe for SaveType
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