Type Alias CLIPSExternalAddress

Source
pub type CLIPSExternalAddress = clipsExternalAddress;

Aliased Type§

struct CLIPSExternalAddress {
    pub header: typeHeader,
    pub next: *mut clipsExternalAddress,
    pub count: i32,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
    pub contents: *mut c_void,
    pub type_: u16,
}

Fields§

§header: typeHeader§next: *mut clipsExternalAddress§count: i32§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>§contents: *mut c_void§type_: u16