#[repr(C, packed(1))]
pub struct PCCARD_DES { pub PCD_Count: u32, pub PCD_Type: u32, pub PCD_Flags: u32, pub PCD_ConfigIndex: u8, pub PCD_Reserved: [u8; 3], pub PCD_MemoryCardBase1: u32, pub PCD_MemoryCardBase2: u32, pub PCD_MemoryCardBase: [u32; 2], pub PCD_MemoryFlags: [u16; 2], pub PCD_IoFlags: [u8; 2], }
Expand description

Required features: "Win32_Devices_DeviceAndDriverInstallation"

Fields

PCD_Count: u32PCD_Type: u32PCD_Flags: u32PCD_ConfigIndex: u8PCD_Reserved: [u8; 3]PCD_MemoryCardBase1: u32PCD_MemoryCardBase2: u32PCD_MemoryCardBase: [u32; 2]PCD_MemoryFlags: [u16; 2]PCD_IoFlags: [u8; 2]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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 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.