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