#[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: u8§SD_Card_Size_u8: u8§CPU_CardID_u32: u32§SmartCardID_u32: u32§SD_CardID_u32: u32§SC_UserPwRetryCount: u8§SC_AdminPwRetryCount: u8§SD_Card_ManufacturingYear_u8: u8§SD_Card_ManufacturingMonth_u8: u8§SD_Card_OEM_u16: u16§SD_WriteSpeed_u16: u16§SD_Card_Manufacturer_u8: u8Trait Implementations§
Source§impl Clone for NK_storage_ProductionTest
impl Clone for NK_storage_ProductionTest
Source§fn clone(&self) -> NK_storage_ProductionTest
fn clone(&self) -> NK_storage_ProductionTest
Returns a duplicate 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 NK_storage_ProductionTest
impl Debug for NK_storage_ProductionTest
Source§impl Default for NK_storage_ProductionTest
impl Default for NK_storage_ProductionTest
Source§fn default() -> NK_storage_ProductionTest
fn default() -> NK_storage_ProductionTest
Returns the “default value” for a type. Read more
impl Copy for NK_storage_ProductionTest
Auto Trait Implementations§
impl Freeze for NK_storage_ProductionTest
impl RefUnwindSafe for NK_storage_ProductionTest
impl Send for NK_storage_ProductionTest
impl Sync for NK_storage_ProductionTest
impl Unpin for NK_storage_ProductionTest
impl UnwindSafe for NK_storage_ProductionTest
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