pub struct sbbl_i {
pub imm32: Imm32,
}
Expand description
sbbl: I(eax[rw], imm32) => 0x1d id [_64b | compat]
Fields§
§imm32: Imm32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sbbl_i
impl RefUnwindSafe for sbbl_i
impl Send for sbbl_i
impl Sync for sbbl_i
impl Unpin for sbbl_i
impl UnwindSafe for sbbl_i
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