Struct winapi::cfgmgr32::IO_RESOURCE [] [src]

pub struct IO_RESOURCE {
    pub IO_Header: IO_DES,
    pub IO_Data: [IO_RANGE; ::ANYSIZE_ARRAY],
}

Fields

IO_Header
IO_Data

Trait Implementations

impl Copy for IO_RESOURCE
[src]

impl Clone for IO_RESOURCE
[src]

fn clone(&self) -> IO_RESOURCE

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

Derived Implementations

impl Debug for IO_RESOURCE
[src]

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

Formats the value using the given formatter.