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