Struct object::macho::EncryptionInfoCommand32 [−][src]
#[repr(C)]pub struct EncryptionInfoCommand32<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub cryptoff: U32<E>,
pub cryptsize: U32<E>,
pub cryptid: U32<E>,
}
Fields
cmd: U32<E>
LC_ENCRYPTION_INFO
cmdsize: U32<E>
sizeof(struct EncryptionInfoCommand32)
cryptoff: U32<E>
file offset of encrypted range
cryptsize: U32<E>
file size of encrypted range
cryptid: U32<E>
which enryption system, 0 means not-encrypted yet
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for EncryptionInfoCommand32<E> where
E: RefUnwindSafe,
impl<E> Send for EncryptionInfoCommand32<E> where
E: Send,
impl<E> Sync for EncryptionInfoCommand32<E> where
E: Sync,
impl<E> Unpin for EncryptionInfoCommand32<E> where
E: Unpin,
impl<E> UnwindSafe for EncryptionInfoCommand32<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more