Trait inkwell::debug_info::DIFlagsConstants
source · pub trait DIFlagsConstants {
Show 27 associated constants and 0 method
const ZERO: Self;
const PRIVATE: Self;
const PROTECTED: Self;
const PUBLIC: Self;
const FWD_DECL: Self;
const APPLE_BLOCK: Self;
const VIRTUAL: Self;
const ARTIFICIAL: Self;
const EXPLICIT: Self;
const PROTOTYPED: Self;
const OBJC_CLASS_COMPLETE: Self;
const OBJECT_POINTER: Self;
const VECTOR: Self;
const STATIC_MEMBER: Self;
const LVALUE_REFERENCE: Self;
const RVALUE_REFERENCE: Self;
const RESERVED: Self;
const SINGLE_INHERITANCE: Self;
const MULTIPLE_INHERITANCE: Self;
const VIRTUAL_INHERITANCE: Self;
const INTRODUCED_VIRTUAL: Self;
const BIT_FIELD: Self;
const NO_RETURN: Self;
const TYPE_PASS_BY_VALUE: Self;
const TYPE_PASS_BY_REFERENCE: Self;
const THUNK: Self;
const INDIRECT_VIRTUAL_BASE: Self;
}
Required Associated Constants§
const ZERO: Self
const PRIVATE: Self
const PROTECTED: Self
const PUBLIC: Self
const FWD_DECL: Self
const APPLE_BLOCK: Self
const VIRTUAL: Self
const ARTIFICIAL: Self
const EXPLICIT: Self
const PROTOTYPED: Self
const OBJC_CLASS_COMPLETE: Self
const OBJECT_POINTER: Self
const VECTOR: Self
const STATIC_MEMBER: Self
const LVALUE_REFERENCE: Self
const RVALUE_REFERENCE: Self
const RESERVED: Self
const SINGLE_INHERITANCE: Self
const MULTIPLE_INHERITANCE: Self
const VIRTUAL_INHERITANCE: Self
const INTRODUCED_VIRTUAL: Self
const BIT_FIELD: Self
const NO_RETURN: Self
const TYPE_PASS_BY_VALUE: Self
const TYPE_PASS_BY_REFERENCE: Self
const THUNK: Self
const INDIRECT_VIRTUAL_BASE: Self
Object Safety§
This trait is not object safe.