#[repr(C)]pub struct Elf_Options {
pub kind: c_uchar,
pub size: c_uchar,
pub section: Elf32_Section,
pub info: Elf32_Word,
}
Fields§
§kind: c_uchar
§size: c_uchar
§section: Elf32_Section
§info: Elf32_Word
Trait Implementations§
Source§impl Clone for Elf_Options
impl Clone for Elf_Options
Source§fn clone(&self) -> Elf_Options
fn clone(&self) -> Elf_Options
Returns a duplicate 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_Options
impl Debug for Elf_Options
impl Copy for Elf_Options
Auto Trait Implementations§
impl Freeze for Elf_Options
impl RefUnwindSafe for Elf_Options
impl Send for Elf_Options
impl Sync for Elf_Options
impl Unpin for Elf_Options
impl UnwindSafe for Elf_Options
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