#[repr(C)]pub struct DNformat {
pub lda: int_t,
pub nzval: *mut c_void,
}Fields§
§lda: int_t§nzval: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for DNformat
impl RefUnwindSafe for DNformat
impl !Send for DNformat
impl !Sync for DNformat
impl Unpin for DNformat
impl UnwindSafe for DNformat
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