Enum llvm_ir::types::NamedStructDef [−][src]
pub enum NamedStructDef {
Opaque,
Defined(TypeRef),
}Variants
An opaque struct type; see LLVM 12 docs on Opaque Structure Types.
Defined(TypeRef)A struct type with a definition. The TypeRef here is guaranteed to be to a StructType variant.
Tuple Fields of Defined
0: TypeRefTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamedStructDef
impl Send for NamedStructDef
impl Sync for NamedStructDef
impl Unpin for NamedStructDef
impl UnwindSafe for NamedStructDef
Blanket Implementations
Mutably borrows from an owned value. Read more