#[repr(C)]
pub struct NK_storage_ProductionTest {
Show 13 fields pub FirmwareVersion_au8: [u8; 2], pub FirmwareVersionInternal_u8: u8, pub SD_Card_Size_u8: u8, pub CPU_CardID_u32: u32, pub SmartCardID_u32: u32, pub SD_CardID_u32: u32, pub SC_UserPwRetryCount: u8, pub SC_AdminPwRetryCount: u8, pub SD_Card_ManufacturingYear_u8: u8, pub SD_Card_ManufacturingMonth_u8: u8, pub SD_Card_OEM_u16: u16, pub SD_WriteSpeed_u16: u16, pub SD_Card_Manufacturer_u8: u8,
}

Fields

FirmwareVersion_au8: [u8; 2]FirmwareVersionInternal_u8: u8SD_Card_Size_u8: u8CPU_CardID_u32: u32SmartCardID_u32: u32SD_CardID_u32: u32SC_UserPwRetryCount: u8SC_AdminPwRetryCount: u8SD_Card_ManufacturingYear_u8: u8SD_Card_ManufacturingMonth_u8: u8SD_Card_OEM_u16: u16SD_WriteSpeed_u16: u16SD_Card_Manufacturer_u8: u8

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

Returns the “default value” for a type. Read more

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.