[−][src]Enum object::SymbolFlags
pub enum SymbolFlags<Section> { None, Elf { st_info: u8, st_other: u8, }, MachO { n_desc: u16, }, CoffSection { selection: u8, associative_section: Section, }, }
Symbol flags that are specific to each file format.
Variants
No symbol flags.
ELF symbol flags.
Fields of Elf
Mach-O symbol flags.
COFF flags for a section symbol.
Fields of CoffSection
Trait Implementations
impl<Section: Clone> Clone for SymbolFlags<Section>
[src][+]
impl<Section: Copy> Copy for SymbolFlags<Section>
[src]
impl<Section: Debug> Debug for SymbolFlags<Section>
[src][+]
impl<Section: Eq> Eq for SymbolFlags<Section>
[src]
impl<Section: PartialEq> PartialEq<SymbolFlags<Section>> for SymbolFlags<Section>
[src][+]
impl<Section> StructuralEq for SymbolFlags<Section>
[src]
impl<Section> StructuralPartialEq for SymbolFlags<Section>
[src]
Auto Trait Implementations
impl<Section> Send for SymbolFlags<Section> where
Section: Send,
Section: Send,
impl<Section> Sync for SymbolFlags<Section> where
Section: Sync,
Section: Sync,
impl<Section> Unpin for SymbolFlags<Section> where
Section: Unpin,
Section: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,