#[repr(C)]pub struct VarDoubleArray {
pub length: u32,
pub sequence: *mut f64,
}
Fields§
§length: u32
§sequence: *mut f64
Trait Implementations§
Source§impl Clone for VarDoubleArray
impl Clone for VarDoubleArray
Source§fn clone(&self) -> VarDoubleArray
fn clone(&self) -> VarDoubleArray
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 VarDoubleArray
impl Debug for VarDoubleArray
impl Copy for VarDoubleArray
Auto Trait Implementations§
impl Freeze for VarDoubleArray
impl RefUnwindSafe for VarDoubleArray
impl !Send for VarDoubleArray
impl !Sync for VarDoubleArray
impl Unpin for VarDoubleArray
impl UnwindSafe for VarDoubleArray
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