#[repr(C)]pub struct asIJITCompiler { /* private fields */ }Trait Implementations§
Source§impl Clone for asIJITCompiler
impl Clone for asIJITCompiler
Source§fn clone(&self) -> asIJITCompiler
fn clone(&self) -> asIJITCompiler
Returns a duplicate 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 asIJITCompiler
impl Debug for asIJITCompiler
impl Copy for asIJITCompiler
Auto Trait Implementations§
impl Freeze for asIJITCompiler
impl RefUnwindSafe for asIJITCompiler
impl Send for asIJITCompiler
impl Sync for asIJITCompiler
impl Unpin for asIJITCompiler
impl UnwindSafe for asIJITCompiler
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