pub struct InstBuf { /* private fields */ }Expand description
Instruction buffer: accumulates x86 bytes in a u128 register, then flushes with a single bulk write. Avoids per-byte memory stores.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstBuf
impl RefUnwindSafe for InstBuf
impl Send for InstBuf
impl Sync for InstBuf
impl Unpin for InstBuf
impl UnsafeUnpin for InstBuf
impl UnwindSafe for InstBuf
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