[−][src]Struct hactool_sys::pk21_header_t
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 Clone for pk21_header_t[src]
fn clone(&self) -> 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
impl Send for pk21_header_t
impl Sync for pk21_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,