pub struct nop_3b {}Expand description
nop: 3B() => 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_3b
Auto Trait Implementations§
impl Freeze for nop_3b
impl RefUnwindSafe for nop_3b
impl Send for nop_3b
impl Sync for nop_3b
impl Unpin for nop_3b
impl UnwindSafe for nop_3b
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