Struct winapi::cfgmgr32::IRQ_RESOURCE_32 [] [src]

pub struct IRQ_RESOURCE_32 {
    pub IRQ_Header: IRQ_DES_32,
    pub IRQ_Data: [IRQ_RANGE; ::ANYSIZE_ARRAY],
}

Fields

IRQ_Header
IRQ_Data

Trait Implementations

impl Copy for IRQ_RESOURCE_32
[src]

impl Clone for IRQ_RESOURCE_32
[src]

fn clone(&self) -> IRQ_RESOURCE_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

Derived Implementations

impl Debug for IRQ_RESOURCE_32
[src]

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

Formats the value using the given formatter.