[−][src]Struct libc::Elf32_Shdr
Fields
sh_name: Elf32_Word
sh_type: Elf32_Word
sh_flags: Elf32_Word
sh_addr: Elf32_Addr
sh_offset: Elf32_Off
sh_size: Elf32_Word
sh_link: Elf32_Word
sh_info: Elf32_Word
sh_addralign: Elf32_Word
sh_entsize: Elf32_Word
Trait Implementations
impl Clone for Elf32_Shdr
[src][+]
impl Copy for Elf32_Shdr
[src]
Auto Trait Implementations
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, 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>,