pub struct EmbeddedProc;Trait Implementations§
Source§impl ApiVm for EmbeddedProc
impl ApiVm for EmbeddedProc
Source§impl Clone for EmbeddedProc
impl Clone for EmbeddedProc
Source§fn clone(&self) -> EmbeddedProc
fn clone(&self) -> EmbeddedProc
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 moreAuto Trait Implementations§
impl Freeze for EmbeddedProc
impl RefUnwindSafe for EmbeddedProc
impl Send for EmbeddedProc
impl Sync for EmbeddedProc
impl Unpin for EmbeddedProc
impl UnwindSafe for EmbeddedProc
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