Struct openssl_sys::Elf64_Chdr
source · [−]pub struct Elf64_Chdr {
pub ch_type: u32,
pub ch_reserved: u32,
pub ch_size: u64,
pub ch_addralign: u64,
}
Fields
ch_type: u32
ch_reserved: u32
ch_size: u64
ch_addralign: u64
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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