pub struct RustAssemblyEmit<'a>(pub &'a mut dyn AssemblyEmit);Tuple Fields§
§0: &'a mut dyn AssemblyEmitImplementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RustAssemblyEmit<'a>
impl<'a> !Send for RustAssemblyEmit<'a>
impl<'a> !Sync for RustAssemblyEmit<'a>
impl<'a> !UnwindSafe for RustAssemblyEmit<'a>
impl<'a> Freeze for RustAssemblyEmit<'a>
impl<'a> Unpin for RustAssemblyEmit<'a>
impl<'a> UnsafeUnpin for RustAssemblyEmit<'a>
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