Struct winapi::cfgmgr32::IRQ_RESOURCE_64
[−]
[src]
pub struct IRQ_RESOURCE_64 { pub IRQ_Header: IRQ_DES_64, pub IRQ_Data: [IRQ_RANGE; ::ANYSIZE_ARRAY], }
Fields
IRQ_Header | |
IRQ_Data |
Trait Implementations
impl Copy for IRQ_RESOURCE_64
[src]
impl Clone for IRQ_RESOURCE_64
[src]
fn clone(&self) -> IRQ_RESOURCE_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