pub struct andw_i {
pub imm16: Imm16,
}
Expand description
andw: I(ax[rw], imm16) => 0x66 + 0x25 iw [_64b | compat]
Fields§
§imm16: Imm16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for andw_i
impl RefUnwindSafe for andw_i
impl Send for andw_i
impl Sync for andw_i
impl Unpin for andw_i
impl UnwindSafe for andw_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