pub struct cwtl_zo<R>where
R: Registers,{
pub eax: Fixed<R::ReadWriteGpr, { gpr::enc::RAX }>,
}Expand description
cwtl: ZO(eax[rw,implicit]) => 0x98 [_64b | compat] // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§eax: Fixed<R::ReadWriteGpr, { gpr::enc::RAX }>Implementations§
Trait Implementations§
impl<R> Copy for cwtl_zo<R>
Auto Trait Implementations§
impl<R> Freeze for cwtl_zo<R>
impl<R> RefUnwindSafe for cwtl_zo<R>
impl<R> Send for cwtl_zo<R>
impl<R> Sync for cwtl_zo<R>
impl<R> Unpin for cwtl_zo<R>
impl<R> UnwindSafe for cwtl_zo<R>
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