pub struct nop_6b {}Expand description
nop: 6B() => 0x66 + 0x0F + 0x1F [_64b | compat] custom(Encode | Display) // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Implementations§
Trait Implementations§
impl Copy for nop_6b
Auto Trait Implementations§
impl Freeze for nop_6b
impl RefUnwindSafe for nop_6b
impl Send for nop_6b
impl Sync for nop_6b
impl Unpin for nop_6b
impl UnwindSafe for nop_6b
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