PVrec

Type Alias PVrec 

Source
pub type PVrec = Struct__PVrec;

Aliased Type§

#[repr(C)]
pub struct PVrec { pub count: i32, pub startpos: *mut i32, pub value: *mut f64, pub parent: *mut Struct__PVrec, }

Fields§

§count: i32§startpos: *mut i32§value: *mut f64§parent: *mut Struct__PVrec