pub struct X64FromF64S {
pub dst: XReg,
pub src: FReg,
}
Expand description
dst = checked_signed_from_f64(src)
Fields§
§dst: XReg
§src: FReg
Implementations§
Trait Implementations§
Source§impl Clone for X64FromF64S
impl Clone for X64FromF64S
Source§fn clone(&self) -> X64FromF64S
fn clone(&self) -> X64FromF64S
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for X64FromF64S
impl Debug for X64FromF64S
Source§impl Encode for X64FromF64S
impl Encode for X64FromF64S
Source§impl From<X64FromF64S> for ExtendedOp
impl From<X64FromF64S> for ExtendedOp
Source§fn from(op: X64FromF64S) -> Self
fn from(op: X64FromF64S) -> Self
Converts to this type from the input type.
Source§impl From<X64FromF64S> for Op
impl From<X64FromF64S> for Op
Source§fn from(op: X64FromF64S) -> Self
fn from(op: X64FromF64S) -> Self
Converts to this type from the input type.
Source§impl PartialEq for X64FromF64S
impl PartialEq for X64FromF64S
impl Copy for X64FromF64S
impl Eq for X64FromF64S
impl StructuralPartialEq for X64FromF64S
Auto Trait Implementations§
impl Freeze for X64FromF64S
impl RefUnwindSafe for X64FromF64S
impl Send for X64FromF64S
impl Sync for X64FromF64S
impl Unpin for X64FromF64S
impl UnwindSafe for X64FromF64S
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