#[repr(C)]pub struct Elf_Section_t {}Fields§
§name: *const c_char§flags: u32§type_: LIEF_ELF_ELF_SECTION_TYPES§virtual_address: u64§offset: u64§original_size: u64§link: u32§info: u32§alignment: u64§entry_size: u64§size: u64§content: *mut u8§entropy: f64Trait Implementations§
Source§impl Clone for Elf_Section_t
impl Clone for Elf_Section_t
Source§fn clone(&self) -> Elf_Section_t
fn clone(&self) -> Elf_Section_t
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 Elf_Section_t
impl Debug for Elf_Section_t
impl Copy for Elf_Section_t
Auto Trait Implementations§
impl Freeze for Elf_Section_t
impl RefUnwindSafe for Elf_Section_t
impl !Send for Elf_Section_t
impl !Sync for Elf_Section_t
impl Unpin for Elf_Section_t
impl UnwindSafe for Elf_Section_t
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