#[repr(C)]pub struct elf64_shdr {
pub sh_name: Elf64_Word,
pub sh_type: Elf64_Word,
pub sh_flags: Elf64_Xword,
pub sh_addr: Elf64_Addr,
pub sh_offset: Elf64_Off,
pub sh_size: Elf64_Xword,
pub sh_link: Elf64_Word,
pub sh_info: Elf64_Word,
pub sh_addralign: Elf64_Xword,
pub sh_entsize: Elf64_Xword,
}
Fields§
§sh_name: Elf64_Word
§sh_type: Elf64_Word
§sh_flags: Elf64_Xword
§sh_addr: Elf64_Addr
§sh_offset: Elf64_Off
§sh_size: Elf64_Xword
§sh_link: Elf64_Word
§sh_info: Elf64_Word
§sh_addralign: Elf64_Xword
§sh_entsize: Elf64_Xword
Trait Implementations§
Source§impl Clone for elf64_shdr
impl Clone for elf64_shdr
Source§fn clone(&self) -> elf64_shdr
fn clone(&self) -> elf64_shdr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for elf64_shdr
impl Debug for elf64_shdr
impl Copy for elf64_shdr
Auto Trait Implementations§
impl Freeze for elf64_shdr
impl RefUnwindSafe for elf64_shdr
impl Send for elf64_shdr
impl Sync for elf64_shdr
impl Unpin for elf64_shdr
impl UnwindSafe for elf64_shdr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more