Struct winapi::cfgmgr32::IRQ_RESOURCE_64 [] [src]

pub struct IRQ_RESOURCE_64 {
    pub IRQ_Header: IRQ_DES_64,
    pub IRQ_Data: [IRQ_RANGE; 1],
}

Fields

IRQ_Header: IRQ_DES_64 IRQ_Data: [IRQ_RANGE; 1]

Trait Implementations

impl Debug for IRQ_RESOURCE_64
[src]

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

Formats the value using the given formatter.

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