Type Alias Hcont

Source
pub type Hcont = cont_type;

Aliased Type§

#[repr(C)]
pub struct Hcont { pub num: i32, pub row: *mut f32, pub col: *mut f32, pub cont_class: i32, pub num_attrib: i32, pub attribs: *mut cont_attrib, pub num_global: i32, pub global: *mut cont_global_attrib, pub h: i32, }

Fields§

§num: i32§row: *mut f32§col: *mut f32§cont_class: i32§num_attrib: i32§attribs: *mut cont_attrib§num_global: i32§global: *mut cont_global_attrib§h: i32