Enum object::SectionFlags [−][src]
pub enum SectionFlags { None, Elf { sh_flags: u64, }, MachO { flags: u32, }, Coff { characteristics: u32, }, }
Section flags that are specific to each file format.
Variants
No section flags.
ELF section flags.
Mach-O section flags.
COFF section flags.
Trait Implementations
impl Clone for SectionFlags
[src]
impl Clone for SectionFlags
[src]fn clone(&self) -> SectionFlags
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<SectionFlags> for SectionFlags
[src]
impl PartialEq<SectionFlags> for SectionFlags
[src]fn eq(&self, other: &SectionFlags) -> bool
[src]
fn ne(&self, other: &SectionFlags) -> bool
[src]
impl Copy for SectionFlags
[src]
impl Eq for SectionFlags
[src]
impl StructuralEq for SectionFlags
[src]
impl StructuralPartialEq for SectionFlags
[src]
Auto Trait Implementations
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.