pub struct FConst64 {
pub dst: FReg,
pub bits: u64,
}
Expand description
dst = bits
Fields§
§dst: FReg
§bits: u64
Implementations§
Trait Implementations§
Source§impl From<FConst64> for ExtendedOp
impl From<FConst64> for ExtendedOp
impl Copy for FConst64
impl Eq for FConst64
impl StructuralPartialEq for FConst64
Auto Trait Implementations§
impl Freeze for FConst64
impl RefUnwindSafe for FConst64
impl Send for FConst64
impl Sync for FConst64
impl Unpin for FConst64
impl UnwindSafe for FConst64
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