Struct goblin::mach::load_command::SegmentCommand32
source · [−]#[repr(C)]pub struct SegmentCommand32 {
pub cmd: u32,
pub cmdsize: u32,
pub segname: [u8; 16],
pub vmaddr: u32,
pub vmsize: u32,
pub fileoff: u32,
pub filesize: u32,
pub maxprot: u32,
pub initprot: u32,
pub nsects: u32,
pub flags: u32,
}Fields
cmd: u32cmdsize: u32segname: [u8; 16]vmaddr: u32vmsize: u32fileoff: u32filesize: u32maxprot: u32initprot: u32nsects: u32flags: u32Implementations
Trait Implementations
sourceimpl Clone for SegmentCommand32
impl Clone for SegmentCommand32
sourcefn clone(&self) -> SegmentCommand32
fn clone(&self) -> SegmentCommand32
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 moresourceimpl Debug for SegmentCommand32
impl Debug for SegmentCommand32
sourceimpl<'a> From<Segment<'a>> for SegmentCommand32
impl<'a> From<Segment<'a>> for SegmentCommand32
sourceimpl FromCtx<Endian, [u8]> for SegmentCommand32
impl FromCtx<Endian, [u8]> for SegmentCommand32
sourceimpl<'a> IntoCtx<Endian, [u8]> for &'a SegmentCommand32
impl<'a> IntoCtx<Endian, [u8]> for &'a SegmentCommand32
sourceimpl IntoCtx<Endian, [u8]> for SegmentCommand32
impl IntoCtx<Endian, [u8]> for SegmentCommand32
sourceimpl<'a> TryFromCtx<'a, Endian, [u8]> for SegmentCommand32where
SegmentCommand32: 'a,
impl<'a> TryFromCtx<'a, Endian, [u8]> for SegmentCommand32where
SegmentCommand32: 'a,
sourceimpl<'a> TryIntoCtx<Endian, [u8]> for &'a SegmentCommand32
impl<'a> TryIntoCtx<Endian, [u8]> for &'a SegmentCommand32
sourceimpl TryIntoCtx<Endian, [u8]> for SegmentCommand32
impl TryIntoCtx<Endian, [u8]> for SegmentCommand32
impl Copy for SegmentCommand32
Auto Trait Implementations
impl RefUnwindSafe for SegmentCommand32
impl Send for SegmentCommand32
impl Sync for SegmentCommand32
impl Unpin for SegmentCommand32
impl UnwindSafe for SegmentCommand32
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