#[repr(C)]pub struct _DlsMat {
pub type_: c_int,
pub M: sunindextype,
pub N: sunindextype,
pub ldim: sunindextype,
pub mu: sunindextype,
pub ml: sunindextype,
pub s_mu: sunindextype,
pub data: *mut sunrealtype,
pub ldata: sunindextype,
pub cols: *mut *mut sunrealtype,
}Fields§
§type_: c_int§M: sunindextype§N: sunindextype§ldim: sunindextype§mu: sunindextype§ml: sunindextype§s_mu: sunindextype§data: *mut sunrealtype§ldata: sunindextype§cols: *mut *mut sunrealtypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for _DlsMat
impl RefUnwindSafe for _DlsMat
impl !Send for _DlsMat
impl !Sync for _DlsMat
impl Unpin for _DlsMat
impl UnwindSafe for _DlsMat
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