#[repr(u8)]pub enum EdSaveType {
Eeprom4k = 16,
Eeprom16k = 32,
Sram = 48,
Sram768k = 64,
FlashRam = 80,
Sram128k = 96,
}Variants§
Auto Trait Implementations§
impl Freeze for EdSaveType
impl RefUnwindSafe for EdSaveType
impl Send for EdSaveType
impl Sync for EdSaveType
impl Unpin for EdSaveType
impl UnsafeUnpin for EdSaveType
impl UnwindSafe for EdSaveType
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