pub struct jo_d32 {
pub imm32: Simm32,
}
Expand description
jo: D32(imm32[sxq]) => 0x0F + 0x80 id [_64b | compat] custom(Display)
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Fields§
§imm32: Simm32
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for jo_d32
impl<'arbitrary> Arbitrary<'arbitrary> for jo_d32
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 jo_d32
Auto Trait Implementations§
impl Freeze for jo_d32
impl RefUnwindSafe for jo_d32
impl Send for jo_d32
impl Sync for jo_d32
impl Unpin for jo_d32
impl UnwindSafe for jo_d32
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