pub enum EmulationMode {
FrameCount(usize),
Max,
}
Variants§
Trait Implementations§
Source§impl Clone for EmulationMode
impl Clone for EmulationMode
Source§fn clone(&self) -> EmulationMode
fn clone(&self) -> EmulationMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for EmulationMode
Auto Trait Implementations§
impl Freeze for EmulationMode
impl RefUnwindSafe for EmulationMode
impl Send for EmulationMode
impl Sync for EmulationMode
impl Unpin for EmulationMode
impl UnwindSafe for EmulationMode
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