Struct winapi::um::cfgmgr32::IO_RESOURCE
source · #[repr(C)]#[repr(packed)]pub struct IO_RESOURCE {
pub IO_Header: IO_DES,
pub IO_Data: [IO_RANGE; 1],
}
Fields§
§IO_Header: IO_DES
§IO_Data: [IO_RANGE; 1]
Trait Implementations§
source§impl Clone for IO_RESOURCE
impl Clone for IO_RESOURCE
source§fn clone(&self) -> IO_RESOURCE
fn clone(&self) -> IO_RESOURCE
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 IO_RESOURCE
impl Default for IO_RESOURCE
source§fn default() -> IO_RESOURCE
fn default() -> IO_RESOURCE
Returns the “default value” for a type. Read more