pub struct HostState { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsMut<EmulatorState> for HostState
impl AsMut<EmulatorState> for HostState
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 HostState
impl AsRef<EmulatorState> for HostState
Source§fn as_ref(&self) -> &EmulatorState
fn as_ref(&self) -> &EmulatorState
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for HostState
impl RefUnwindSafe for HostState
impl Send for HostState
impl Sync for HostState
impl Unpin for HostState
impl UnwindSafe for HostState
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
)