pub struct ud2_zo {
pub trap: TrapCode,
}Expand description
ud2: ZO() => 0x0F + 0x0B [_64b | compat] has_trap // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§trap: TrapCodeImplementations§
Trait Implementations§
impl Copy for ud2_zo
Auto Trait Implementations§
impl Freeze for ud2_zo
impl RefUnwindSafe for ud2_zo
impl Send for ud2_zo
impl Sync for ud2_zo
impl Unpin for ud2_zo
impl UnwindSafe for ud2_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