pub struct FRegVal(/* private fields */);
Available on crate feature
interp
only.Expand description
An f
register value: floats.
Implementations§
Trait Implementations§
impl Copy for FRegVal
Auto Trait Implementations§
impl Freeze for FRegVal
impl RefUnwindSafe for FRegVal
impl Send for FRegVal
impl Sync for FRegVal
impl Unpin for FRegVal
impl UnwindSafe for FRegVal
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