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