Struct winapi::um::cfgmgr32::IRQ_RESOURCE_32
source · #[repr(C)]#[repr(packed)]pub struct IRQ_RESOURCE_32 {
pub IRQ_Header: IRQ_DES_32,
pub IRQ_Data: [IRQ_RANGE; 1],
}
Fields§
§IRQ_Header: IRQ_DES_32
§IRQ_Data: [IRQ_RANGE; 1]
Trait Implementations§
source§impl Clone for IRQ_RESOURCE_32
impl Clone for IRQ_RESOURCE_32
source§fn clone(&self) -> IRQ_RESOURCE_32
fn clone(&self) -> IRQ_RESOURCE_32
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IRQ_RESOURCE_32
impl Default for IRQ_RESOURCE_32
source§fn default() -> IRQ_RESOURCE_32
fn default() -> IRQ_RESOURCE_32
Returns the “default value” for a type. Read more