Struct winapi::cfgmgr32::IRQ_DES_32 [] [src]

pub struct IRQ_DES_32 {
    pub IRQD_Count: DWORD,
    pub IRQD_Type: DWORD,
    pub IRQD_Flags: DWORD,
    pub IRQD_Alloc_Num: ULONG,
    pub IRQD_Affinity: ULONG32,
}

Fields

IRQD_Count: DWORD IRQD_Type: DWORD IRQD_Flags: DWORD IRQD_Alloc_Num: ULONG IRQD_Affinity: ULONG32

Trait Implementations

impl Debug for IRQ_DES_32
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for IRQ_DES_32
[src]

impl Clone for IRQ_DES_32
[src]

fn clone(&self) -> IRQ_DES_32

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more