[][src]Struct hactool_sys::pk21_header_t

#[repr(C, packed)]
pub struct pk21_header_t { pub signature: [c_uchar; 256], pub __bindgen_anon_1: pk21_header_t__bindgen_ty_1, pub section_ctrs: [[c_uchar; 16]; 4], pub magic: u32, pub base_offset: u32, pub _0x58: u32, pub version_max: u8, pub version_min: u8, pub _0x5E: u16, pub section_sizes: [u32; 4], pub section_offsets: [u32; 4], pub section_hashes: [[c_uchar; 32]; 4], }

Fields

signature: [c_uchar; 256]__bindgen_anon_1: pk21_header_t__bindgen_ty_1section_ctrs: [[c_uchar; 16]; 4]magic: u32base_offset: u32_0x58: u32version_max: u8version_min: u8_0x5E: u16section_sizes: [u32; 4]section_offsets: [u32; 4]section_hashes: [[c_uchar; 32]; 4]

Trait Implementations

impl Copy for pk21_header_t[src]

impl Default for pk21_header_t[src]

impl Clone for pk21_header_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]