#[repr(C)]pub struct p7_spensemble_s {
pub nsamples: c_int,
pub sp: *mut p7_spcoord_s,
pub nalloc: c_int,
pub n: c_int,
pub workspace: *mut c_int,
pub assignment: *mut c_int,
pub nc: c_int,
pub epc: *mut c_int,
pub epc_alloc: c_int,
pub sigc: *mut p7_spcoord_s,
pub nsigc: c_int,
pub nsigc_alloc: c_int,
}Fields§
§nsamples: c_int§sp: *mut p7_spcoord_s§nalloc: c_int§n: c_int§workspace: *mut c_int§assignment: *mut c_int§nc: c_int§epc: *mut c_int§epc_alloc: c_int§sigc: *mut p7_spcoord_s§nsigc: c_int§nsigc_alloc: c_intTrait Implementations§
Source§impl Clone for p7_spensemble_s
impl Clone for p7_spensemble_s
Source§fn clone(&self) -> p7_spensemble_s
fn clone(&self) -> p7_spensemble_s
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for p7_spensemble_s
Auto Trait Implementations§
impl !Send for p7_spensemble_s
impl !Sync for p7_spensemble_s
impl Freeze for p7_spensemble_s
impl RefUnwindSafe for p7_spensemble_s
impl Unpin for p7_spensemble_s
impl UnsafeUnpin for p7_spensemble_s
impl UnwindSafe for p7_spensemble_s
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