Enum object::SymbolFlags [−][src]
pub enum SymbolFlags<Section> { None, Elf { st_info: u8, st_other: u8, }, MachO { n_desc: u16, }, CoffSection { selection: u8, associative_section: Option<Section>, }, }
Symbol flags that are specific to each file format.
Variants
No symbol flags.
ELF symbol flags.
Show fields
Mach-O symbol flags.
COFF flags for a section symbol.
Show fields
Fields of CoffSection
selection: u8
Selection
field in the auxiliary symbol for the section.
associative_section: Option<Section>
Number
field in the auxiliary symbol for the section.
Trait Implementations
impl<Section: Clone> Clone for SymbolFlags<Section>
[src]
impl<Section: Clone> Clone for SymbolFlags<Section>
[src]fn clone(&self) -> SymbolFlags<Section>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<Section: Debug> Debug for SymbolFlags<Section>
[src]
impl<Section: Debug> Debug for SymbolFlags<Section>
[src]impl<Section: PartialEq> PartialEq<SymbolFlags<Section>> for SymbolFlags<Section>
[src]
impl<Section: PartialEq> PartialEq<SymbolFlags<Section>> for SymbolFlags<Section>
[src]fn eq(&self, other: &SymbolFlags<Section>) -> bool
[src]
fn ne(&self, other: &SymbolFlags<Section>) -> bool
[src]
impl<Section: Copy> Copy for SymbolFlags<Section>
[src]
impl<Section: Eq> Eq 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> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.