Struct mach_sys::loader::section_64
source · #[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 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 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
source§fn eq(&self, other: §ion_64) -> bool
fn eq(&self, other: §ion_64) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for section_64
impl Eq for section_64
impl StructuralPartialEq for section_64
Auto Trait Implementations§
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