pub struct Y86Assembler { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for Y86Assembler
impl RefUnwindSafe for Y86Assembler
impl Send for Y86Assembler
impl Sync for Y86Assembler
impl Unpin for Y86Assembler
impl UnsafeUnpin for Y86Assembler
impl UnwindSafe for Y86Assembler
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