pub struct nop_1b {}Expand description
nop: 1B() => 0x90 [_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_1b
Auto Trait Implementations§
impl Freeze for nop_1b
impl RefUnwindSafe for nop_1b
impl Send for nop_1b
impl Sync for nop_1b
impl Unpin for nop_1b
impl UnwindSafe for nop_1b
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