Type Alias ENUMERATED_NAMES

Source
pub type ENUMERATED_NAMES = BIT_STRING_BITNAME_st;

Aliased Type§

struct ENUMERATED_NAMES {
    pub bitnum: i32,
    pub lname: *const i8,
    pub sname: *const i8,
}

Fields§

§bitnum: i32§lname: *const i8§sname: *const i8