#[repr(C)]pub struct qhstatT {
pub stats: [intrealT; 249],
pub id: [c_uchar; 259],
pub doc: [*const c_char; 249],
pub count: [c_short; 249],
pub type_: [c_char; 249],
pub printed: [c_char; 249],
pub init: [intrealT; 9],
pub next: c_int,
pub precision: c_int,
pub vridges: c_int,
pub tempi: c_int,
pub tempr: f64,
}Fields§
§stats: [intrealT; 249]§id: [c_uchar; 259]§doc: [*const c_char; 249]§count: [c_short; 249]§type_: [c_char; 249]§printed: [c_char; 249]§init: [intrealT; 9]§next: c_int§precision: c_int§vridges: c_int§tempi: c_int§tempr: f64Trait Implementations§
Auto Trait Implementations§
impl !Send for qhstatT
impl !Sync for qhstatT
impl Freeze for qhstatT
impl RefUnwindSafe for qhstatT
impl Unpin for qhstatT
impl UnsafeUnpin for qhstatT
impl UnwindSafe for qhstatT
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