Struct object::macho::SymsegCommand [−][src]
#[repr(C)]pub struct SymsegCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub offset: U32<E>,
pub size: U32<E>,
}
Fields
cmd: U32<E>
LC_SYMSEG
cmdsize: U32<E>
sizeof(struct SymsegCommand)
offset: U32<E>
symbol segment offset
size: U32<E>
symbol segment size in bytes
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for SymsegCommand<E> where
E: RefUnwindSafe,
impl<E> Send for SymsegCommand<E> where
E: Send,
impl<E> Sync for SymsegCommand<E> where
E: Sync,
impl<E> Unpin for SymsegCommand<E> where
E: Unpin,
impl<E> UnwindSafe for SymsegCommand<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more