#[repr(u32)]pub enum StartFrom {
Blank = 0,
SRAM = 1,
Savestate = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for StartFrom
impl RefUnwindSafe for StartFrom
impl Send for StartFrom
impl Sync for StartFrom
impl Unpin for StartFrom
impl UnsafeUnpin for StartFrom
impl UnwindSafe for StartFrom
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