pub struct X32FromF64S {
pub dst: XReg,
pub src: FReg,
}
Expand description
low32(dst) = checked_signed_from_f64(src)
Fields§
§dst: XReg
§src: FReg
Implementations§
Trait Implementations§
Source§impl Clone for X32FromF64S
impl Clone for X32FromF64S
Source§fn clone(&self) -> X32FromF64S
fn clone(&self) -> X32FromF64S
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 X32FromF64S
impl Debug for X32FromF64S
Source§impl Encode for X32FromF64S
impl Encode for X32FromF64S
Source§impl From<X32FromF64S> for ExtendedOp
impl From<X32FromF64S> for ExtendedOp
Source§fn from(op: X32FromF64S) -> Self
fn from(op: X32FromF64S) -> Self
Converts to this type from the input type.
Source§impl From<X32FromF64S> for Op
impl From<X32FromF64S> for Op
Source§fn from(op: X32FromF64S) -> Self
fn from(op: X32FromF64S) -> Self
Converts to this type from the input type.
Source§impl PartialEq for X32FromF64S
impl PartialEq for X32FromF64S
impl Copy for X32FromF64S
impl Eq for X32FromF64S
impl StructuralPartialEq for X32FromF64S
Auto Trait Implementations§
impl Freeze for X32FromF64S
impl RefUnwindSafe for X32FromF64S
impl Send for X32FromF64S
impl Sync for X32FromF64S
impl Unpin for X32FromF64S
impl UnwindSafe for X32FromF64S
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