Struct nx::ipc::sf::nfp::NfpData

source · []
#[repr(C)]
pub struct NfpData {
Show 25 fields pub unk_0xA5: u8, pub maybe_pad: u8, pub unk_v1: u16, pub unk_v2: u32, pub maybe_reserved: [u8; 56], pub last_write_date: Date, pub unk_v3: u16, pub unk_v4: u8, pub maybe_pad_2: u8, pub app_area_size: u32, pub maybe_pad_3: [u8; 4], pub maybe_reserved_2: [u8; 48], pub mii_3ds_format: [u8; 96], pub unk_v5: [u8; 8], pub first_write_date: Date, pub name: CString16<11>, pub unk_v6: u8, pub unk_v7: u8, pub unk_v8: u32, pub unk_v9: u64, pub unk_v10: u64, pub unk_v11: u32, pub maybe_reserved_3: [u8; 100], pub admin_info: AdminInfo, pub app_area: [u8; 216],
}

Fields

unk_0xA5: u8maybe_pad: u8unk_v1: u16unk_v2: u32maybe_reserved: [u8; 56]last_write_date: Dateunk_v3: u16unk_v4: u8maybe_pad_2: u8app_area_size: u32maybe_pad_3: [u8; 4]maybe_reserved_2: [u8; 48]mii_3ds_format: [u8; 96]unk_v5: [u8; 8]first_write_date: Datename: CString16<11>unk_v6: u8unk_v7: u8unk_v8: u32unk_v9: u64unk_v10: u64unk_v11: u32maybe_reserved_3: [u8; 100]admin_info: AdminInfoapp_area: [u8; 216]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.