#[repr(C)]pub struct section_64 {
pub sectname: [c_char; 16],
pub segname: [c_char; 16],
pub addr: u64,
pub size: u64,
pub offset: u32,
pub align: u32,
pub reloff: u32,
pub nreloc: u32,
pub flags: u32,
pub reserved1: u32,
pub reserved2: u32,
pub reserved3: u32,
}Fields§
§sectname: [c_char; 16]§segname: [c_char; 16]§addr: u64§size: u64§offset: u32§align: u32§reloff: u32§nreloc: u32§flags: u32§reserved1: u32§reserved2: u32§reserved3: u32Trait Implementations§
Source§impl Clone for section_64
impl Clone for section_64
Source§fn clone(&self) -> section_64
fn clone(&self) -> section_64
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 section_64
impl Debug for section_64
Source§impl Hash for section_64
impl Hash for section_64
Source§impl PartialEq for section_64
impl PartialEq for section_64
impl Copy for section_64
impl Eq for section_64
impl StructuralPartialEq for section_64
Auto Trait Implementations§
impl Freeze for section_64
impl RefUnwindSafe for section_64
impl Send for section_64
impl Sync for section_64
impl Unpin for section_64
impl UnwindSafe for section_64
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