Struct llvm_ir::module::Comdat [−][src]
pub struct Comdat {
pub name: String,
pub selection_kind: SelectionKind,
}Expand description
Fields
name: Stringselection_kind: SelectionKindTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Comdat
impl UnwindSafe for Comdat
Blanket Implementations
Mutably borrows from an owned value. Read more