Struct inkwell::comdat::Comdat [−][src]
pub struct Comdat(_);
Expand description
A Comdat
determines how to resolve duplicate sections when linking.
Implementations
Gets what kind of Comdat
this is.
Sets what kind of Comdat
this should be.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Comdat
impl UnwindSafe for Comdat
Blanket Implementations
Mutably borrows from an owned value. Read more