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 | |
IRQR_Max | |
IRQR_Flags |
Trait Implementations
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