pub struct X86_64Assembler { /* private fields */ }
Implementations§
Source§impl X86_64Assembler
impl X86_64Assembler
pub fn assemble( self, stream: &mut dyn Write, ) -> Result<EmissionData, AssembleError>
Trait Implementations§
Source§impl Clone for X86_64Assembler
impl Clone for X86_64Assembler
Source§fn clone(&self) -> X86_64Assembler
fn clone(&self) -> X86_64Assembler
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for X86_64Assembler
impl RefUnwindSafe for X86_64Assembler
impl Send for X86_64Assembler
impl Sync for X86_64Assembler
impl Unpin for X86_64Assembler
impl UnwindSafe for X86_64Assembler
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