pub struct ud2_zo {
pub trap: TrapCode,
}
Expand description
ud2: ZO() => 0x0F + 0x0B [_64b | compat] has_trap
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Fields§
§trap: TrapCode
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for ud2_zo
impl<'arbitrary> Arbitrary<'arbitrary> for ud2_zo
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moreimpl 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