pub struct ProfileState { /* private fields */ }
Trait Implementations§
Source§impl AsMut<EmulatorState> for ProfileState
impl AsMut<EmulatorState> for ProfileState
Source§fn as_mut(&mut self) -> &mut EmulatorState
fn as_mut(&mut self) -> &mut EmulatorState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<EmulatorState> for ProfileState
impl AsRef<EmulatorState> for ProfileState
Source§fn as_ref(&self) -> &EmulatorState
fn as_ref(&self) -> &EmulatorState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ProfileState
impl Clone for ProfileState
Source§fn clone(&self) -> ProfileState
fn clone(&self) -> ProfileState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProfileState
impl Debug for ProfileState
Source§impl Default for ProfileState
impl Default for ProfileState
Source§fn default() -> ProfileState
fn default() -> ProfileState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProfileState
impl RefUnwindSafe for ProfileState
impl Send for ProfileState
impl Sync for ProfileState
impl Unpin for ProfileState
impl UnwindSafe for ProfileState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)