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