pub struct Zext16 {
pub dst: XReg,
pub src: XReg,
}
Expand description
dst = zext(low16(src))
Fields§
§dst: XReg
§src: XReg
Implementations§
Trait Implementations§
impl Copy for Zext16
impl Eq for Zext16
impl StructuralPartialEq for Zext16
Auto Trait Implementations§
impl Freeze for Zext16
impl RefUnwindSafe for Zext16
impl Send for Zext16
impl Sync for Zext16
impl Unpin for Zext16
impl UnwindSafe for Zext16
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