Struct winapi::cfgmgr32::IRQ_DES_64
[−]
[src]
pub struct IRQ_DES_64 {
pub IRQD_Count: DWORD,
pub IRQD_Type: DWORD,
pub IRQD_Flags: DWORD,
pub IRQD_Alloc_Num: ULONG,
pub IRQD_Affinity: ULONG64,
}Fields
IRQD_Count | |
IRQD_Type | |
IRQD_Flags | |
IRQD_Alloc_Num | |
IRQD_Affinity |
Trait Implementations
impl Copy for IRQ_DES_64[src]
impl Clone for IRQ_DES_64[src]
fn clone(&self) -> IRQ_DES_64
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