#[repr(C)]pub struct RNumCalcValue {
pub d: f64,
pub n: c_ulonglong,
}
Fields§
§d: f64
§n: c_ulonglong
Trait Implementations§
Source§impl Clone for RNumCalcValue
impl Clone for RNumCalcValue
Source§fn clone(&self) -> RNumCalcValue
fn clone(&self) -> RNumCalcValue
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 RNumCalcValue
impl Debug for RNumCalcValue
impl Copy for RNumCalcValue
Auto Trait Implementations§
impl Freeze for RNumCalcValue
impl RefUnwindSafe for RNumCalcValue
impl Send for RNumCalcValue
impl Sync for RNumCalcValue
impl Unpin for RNumCalcValue
impl UnwindSafe for RNumCalcValue
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