Struct winapi::cfgmgr32::IRQ_RANGE [] [src]

pub struct IRQ_RANGE {
    pub IRQR_Min: ULONG,
    pub IRQR_Max: ULONG,
    pub IRQR_Flags: ULONG,
}

Fields

IRQR_Min: ULONG IRQR_Max: ULONG IRQR_Flags: ULONG

Trait Implementations

impl Debug for IRQ_RANGE
[src]

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

Formats the value using the given formatter.

impl Copy for IRQ_RANGE
[src]

impl Clone for IRQ_RANGE
[src]

fn clone(&self) -> IRQ_RANGE

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