Struct juicebox_asm::Asm
source · pub struct Asm { /* private fields */ }
Expand description
x64
jit assembler.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Asm
impl Send for Asm
impl Sync for Asm
impl Unpin for Asm
impl UnwindSafe for Asm
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