#[repr(C)]pub struct ESL_DMATRIX {
pub mx: *mut *mut f64,
pub n: c_int,
pub m: c_int,
pub type_: ESL_DMATRIX__bindgen_ty_1,
pub ncells: c_int,
}Fields§
§mx: *mut *mut f64§n: c_int§m: c_int§type_: ESL_DMATRIX__bindgen_ty_1§ncells: c_intTrait Implementations§
Source§impl Clone for ESL_DMATRIX
impl Clone for ESL_DMATRIX
Source§fn clone(&self) -> ESL_DMATRIX
fn clone(&self) -> ESL_DMATRIX
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 ESL_DMATRIX
impl Debug for ESL_DMATRIX
impl Copy for ESL_DMATRIX
Auto Trait Implementations§
impl Freeze for ESL_DMATRIX
impl RefUnwindSafe for ESL_DMATRIX
impl !Send for ESL_DMATRIX
impl !Sync for ESL_DMATRIX
impl Unpin for ESL_DMATRIX
impl UnwindSafe for ESL_DMATRIX
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