pub struct DynarmicContextInner { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DynarmicContextInner
impl Clone for DynarmicContextInner
Source§fn clone(&self) -> DynarmicContextInner
fn clone(&self) -> DynarmicContextInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Drop for DynarmicContextInner
impl Drop for DynarmicContextInner
impl Send for DynarmicContextInner
impl Sync for DynarmicContextInner
Auto Trait Implementations§
impl Freeze for DynarmicContextInner
impl RefUnwindSafe for DynarmicContextInner
impl Unpin for DynarmicContextInner
impl UnsafeUnpin for DynarmicContextInner
impl UnwindSafe for DynarmicContextInner
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