Struct object::macho::EncryptionInfoCommand64 [−][src]
#[repr(C)]pub struct EncryptionInfoCommand64<E: Endian> { pub cmd: U32<E>, pub cmdsize: U32<E>, pub cryptoff: U32<E>, pub cryptsize: U32<E>, pub cryptid: U32<E>, pub pad: U32<E>, }
Fields
cmd: U32<E>
LC_ENCRYPTION_INFO_64
cmdsize: U32<E>
sizeof(struct EncryptionInfoCommand64)
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
pad: U32<E>
padding to make this struct’s size a multiple of 8 bytes
Trait Implementations
impl<E: Clone + Endian> Clone for EncryptionInfoCommand64<E>
[src]
impl<E: Clone + Endian> Clone for EncryptionInfoCommand64<E>
[src]fn clone(&self) -> EncryptionInfoCommand64<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: Debug + Endian> Debug for EncryptionInfoCommand64<E>
[src]
impl<E: Debug + Endian> Debug for EncryptionInfoCommand64<E>
[src]impl<E: Copy + Endian> Copy for EncryptionInfoCommand64<E>
[src]
impl<E: Endian> Pod for EncryptionInfoCommand64<E>
[src]
Auto Trait Implementations
impl<E> Send for EncryptionInfoCommand64<E> where
E: Send,
E: Send,
impl<E> Sync for EncryptionInfoCommand64<E> where
E: Sync,
E: Sync,
impl<E> Unpin for EncryptionInfoCommand64<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.