pub type Defgeneric = defgeneric;Aliased Type§
struct Defgeneric {
pub header: constructHeader,
pub busy: u32,
pub trace: bool,
pub methods: *mut defmethod,
pub mcnt: u16,
pub new_index: u16,
}Fields§
§header: constructHeader§busy: u32§trace: bool§methods: *mut defmethod§mcnt: u16§new_index: u16