#[repr(C)]pub struct Struct__B4rec {
pub B4_var: *mut c_int,
pub var_B4: *mut c_int,
pub B4_row: *mut c_int,
pub row_B4: *mut c_int,
pub wcol: *mut c_double,
pub nzwcol: *mut c_int,
}Fields§
§B4_var: *mut c_int§var_B4: *mut c_int§B4_row: *mut c_int§row_B4: *mut c_int§wcol: *mut c_double§nzwcol: *mut c_intTrait Implementations§
Source§impl Clone for Struct__B4rec
impl Clone for Struct__B4rec
Source§impl Default for Struct__B4rec
impl Default for Struct__B4rec
impl Copy for Struct__B4rec
Auto Trait Implementations§
impl Freeze for Struct__B4rec
impl RefUnwindSafe for Struct__B4rec
impl !Send for Struct__B4rec
impl !Sync for Struct__B4rec
impl Unpin for Struct__B4rec
impl UnwindSafe for Struct__B4rec
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