[−][src]Struct hactool_sys::xci_header_t
Fields
header_sig: [u8; 256]magic: u32secure_offset: u32_0x108: u32_0x10C: u8cart_type: u8_0x10E: u8_0x10F: u8_0x110: u64cart_size: u64reversed_iv: [c_uchar; 16]hfs0_offset: u64hfs0_header_size: u64hfs0_header_hash: [c_uchar; 32]crypto_header_hash: [c_uchar; 32]_0x180: u32_0x184: u32_0x188: u32_0x18C: u32encrypted_data: [c_uchar; 112]Trait Implementations
impl Copy for xci_header_t[src]
impl Clone for xci_header_t[src]
fn clone(&self) -> xci_header_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for xci_header_t
impl Sync for xci_header_t
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,