Struct object::macho::Section32 [−][src]
32-bit section.
Fields
sectname: [u8; 16]
name of this section
segname: [u8; 16]
segment this section goes in
addr: U32<E>
memory address of this section
size: U32<E>
size in bytes of this section
offset: U32<E>
file offset of this section
align: U32<E>
section alignment (power of 2)
reloff: U32<E>
file offset of relocation entries
nreloc: U32<E>
number of relocation entries
flags: U32<E>
flags (section type and attributes)
reserved1: U32<E>
reserved (for offset or index)
reserved2: U32<E>
reserved (for count or sizeof)
Trait Implementations
impl<E: Clone + Endian> Clone for Section32<E>
[src][+]
impl<E: Copy + Endian> Copy for Section32<E>
[src]
impl<E: Debug + Endian> Debug for Section32<E>
[src][+]
impl<E: Endian> Pod for Section32<E>
[src]
impl<Endian: Endian> Section for Section32<Endian>
[src][+]
Auto Trait Implementations
impl<E> Send for Section32<E> where
E: Send,
E: Send,
impl<E> Sync for Section32<E> where
E: Sync,
E: Sync,
impl<E> Unpin for Section32<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,