pub struct nop_zo {}Expand description
nop: ZO() => 0x90 [_64b | compat] // /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_zo
Auto Trait Implementations§
impl Freeze for nop_zo
impl RefUnwindSafe for nop_zo
impl Send for nop_zo
impl Sync for nop_zo
impl Unpin for nop_zo
impl UnwindSafe for nop_zo
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