pub struct jb_d8 {
pub imm8: Simm8,
}Expand description
jb: D8(imm8[sxq]) => 0x72 ib [_64b | compat] custom(Display) // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.123.10/src/generate/inst.rs:14
Fields§
§imm8: Simm8Implementations§
Trait Implementations§
impl Copy for jb_d8
Auto Trait Implementations§
impl Freeze for jb_d8
impl RefUnwindSafe for jb_d8
impl Send for jb_d8
impl Sync for jb_d8
impl Unpin for jb_d8
impl UnwindSafe for jb_d8
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