#[repr(C)]pub struct p7_gmx_s {
pub M: c_int,
pub L: c_int,
pub allocR: c_int,
pub validR: c_int,
pub allocW: c_int,
pub ncells: u64,
pub dp: *mut *mut f32,
pub xmx: *mut f32,
pub dp_mem: *mut f32,
}Fields§
§M: c_int§L: c_int§allocR: c_int§validR: c_int§allocW: c_int§ncells: u64§dp: *mut *mut f32§xmx: *mut f32§dp_mem: *mut f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for p7_gmx_s
impl RefUnwindSafe for p7_gmx_s
impl !Send for p7_gmx_s
impl !Sync for p7_gmx_s
impl Unpin for p7_gmx_s
impl UnwindSafe for p7_gmx_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