Struct object::macho::EncryptionInfoCommand32
source · #[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§
source§impl<E: Clone + Endian> Clone for EncryptionInfoCommand32<E>
impl<E: Clone + Endian> Clone for EncryptionInfoCommand32<E>
source§fn clone(&self) -> EncryptionInfoCommand32<E>
fn clone(&self) -> EncryptionInfoCommand32<E>
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 more