Struct EncryptionInfoCommand64
struct EncryptionInfoCommand64<E: Endian> { ... }
Fields
cmd: crate::endian::U32<E>LC_ENCRYPTION_INFO_64
cmdsize: crate::endian::U32<E>sizeof(struct EncryptionInfoCommand64)
cryptoff: crate::endian::U32<E>file offset of encrypted range
cryptsize: crate::endian::U32<E>file size of encrypted range
cryptid: crate::endian::U32<E>which enryption system, 0 means not-encrypted yet
pad: crate::endian::U32<E>padding to make this struct's size a multiple of 8 bytes
Implementations
impl<E> Freeze for EncryptionInfoCommand64<E>
impl<E> RefUnwindSafe for EncryptionInfoCommand64<E>
impl<E> Send for EncryptionInfoCommand64<E>
impl<E> Sync for EncryptionInfoCommand64<E>
impl<E> Unpin for EncryptionInfoCommand64<E>
impl<E> UnwindSafe for EncryptionInfoCommand64<E>
impl<E: $crate::clone::Clone + Endian> Clone for EncryptionInfoCommand64<E>
fn clone(self: &Self) -> EncryptionInfoCommand64<E>
impl<E: $crate::fmt::Debug + Endian> Debug for EncryptionInfoCommand64<E>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<E: $crate::marker::Copy + Endian> Copy for EncryptionInfoCommand64<E>
impl<E: Endian> Pod for EncryptionInfoCommand64<E>
impl<T> Any for EncryptionInfoCommand64<E>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for EncryptionInfoCommand64<E>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for EncryptionInfoCommand64<E>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for EncryptionInfoCommand64<E>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for EncryptionInfoCommand64<E>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for EncryptionInfoCommand64<E>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for EncryptionInfoCommand64<E>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for EncryptionInfoCommand64<E>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for EncryptionInfoCommand64<E>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>