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