#[repr(C)]pub struct npdm_aci0_t {
pub magic: u32,
pub _0x4: [u8; 12],
pub title_id: u64,
pub _0x18: u64,
pub fah_offset: u32,
pub fah_size: u32,
pub sac_offset: u32,
pub sac_size: u32,
pub kac_offset: u32,
pub kac_size: u32,
pub padding: u64,
}Fields§
§magic: u32§_0x4: [u8; 12]§title_id: u64§_0x18: u64§fah_offset: u32§fah_size: u32§sac_offset: u32§sac_size: u32§kac_offset: u32§kac_size: u32§padding: u64Trait Implementations§
Source§impl Clone for npdm_aci0_t
impl Clone for npdm_aci0_t
Source§fn clone(&self) -> npdm_aci0_t
fn clone(&self) -> npdm_aci0_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for npdm_aci0_t
impl Debug for npdm_aci0_t
Source§impl Default for npdm_aci0_t
impl Default for npdm_aci0_t
Source§fn default() -> npdm_aci0_t
fn default() -> npdm_aci0_t
Returns the “default value” for a type. Read more
impl Copy for npdm_aci0_t
Auto Trait Implementations§
impl Freeze for npdm_aci0_t
impl RefUnwindSafe for npdm_aci0_t
impl Send for npdm_aci0_t
impl Sync for npdm_aci0_t
impl Unpin for npdm_aci0_t
impl UnwindSafe for npdm_aci0_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more