Struct libc::Elf64_Chdr
source · [−]#[repr(C)]pub struct Elf64_Chdr {
pub ch_type: Elf64_Word,
pub ch_reserved: Elf64_Word,
pub ch_size: Elf64_Xword,
pub ch_addralign: Elf64_Xword,
}
Fields
ch_type: Elf64_Word
ch_reserved: Elf64_Word
ch_size: Elf64_Xword
ch_addralign: Elf64_Xword
Trait Implementations
sourceimpl Clone for Elf64_Chdr
impl Clone for Elf64_Chdr
sourcefn clone(&self) -> Elf64_Chdr
fn clone(&self) -> Elf64_Chdr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Elf64_Chdr
Auto Trait Implementations
impl RefUnwindSafe for Elf64_Chdr
impl Send for Elf64_Chdr
impl Sync for Elf64_Chdr
impl Unpin for Elf64_Chdr
impl UnwindSafe for Elf64_Chdr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more