pub struct X32FromF64S {
    pub dst: XReg,
    pub src: FReg,
}Expand description
low32(dst) = checked_signed_from_f64(src)
Fields§
§dst: XReg§src: FRegImplementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for X32FromF64S
 
impl<'arbitrary> Arbitrary<'arbitrary> for X32FromF64S
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
 
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of 
Self from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
 
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of 
Self from the entirety of the given
unstructured data. Read moreSource§impl Clone for X32FromF64S
 
impl Clone for X32FromF64S
Source§fn clone(&self) -> X32FromF64S
 
fn clone(&self) -> X32FromF64S
Returns a duplicate 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
Available on crate feature encode only. 
impl Encode for X32FromF64S
Available on crate feature 
encode only.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