Struct llvm_plugin_inkwell::comdat::Comdat
source · [−]pub struct Comdat(_);Expand description
A Comdat determines how to resolve duplicate sections when linking.
Implementations
sourceimpl Comdat
impl Comdat
sourcepub fn get_selection_kind(self) -> ComdatSelectionKind
pub fn get_selection_kind(self) -> ComdatSelectionKind
Gets what kind of Comdat this is.
sourcepub fn set_selection_kind(self, kind: ComdatSelectionKind)
pub fn set_selection_kind(self, kind: ComdatSelectionKind)
Sets what kind of Comdat this should be.
Trait Implementations
sourceimpl PartialEq<Comdat> for Comdat
impl PartialEq<Comdat> for Comdat
impl Copy for Comdat
impl StructuralPartialEq for Comdat
Auto Trait Implementations
impl RefUnwindSafe for Comdat
impl !Send for Comdat
impl !Sync for Comdat
impl Unpin for Comdat
impl UnwindSafe for Comdat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more