pub type Defmethod = defmethod;Aliased Type§
struct Defmethod {
pub header: constructHeader,
pub index: u16,
pub busy: u32,
pub restrictionCount: u16,
pub minRestrictions: u16,
pub maxRestrictions: u16,
pub localVarCount: u16,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub restrictions: *mut restriction,
pub actions: *mut expr,
}Fields§
§header: constructHeader§index: u16§busy: u32§restrictionCount: u16§minRestrictions: u16§maxRestrictions: u16§localVarCount: u16§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§restrictions: *mut restriction§actions: *mut expr