[][src]Struct winapi::um::cfgmgr32::IO_RANGE

#[repr(C)]#[repr(packed)]pub struct IO_RANGE {
    pub IOR_Align: DWORDLONG,
    pub IOR_nPorts: DWORD,
    pub IOR_Min: DWORDLONG,
    pub IOR_Max: DWORDLONG,
    pub IOR_RangeFlags: DWORD,
    pub IOR_Alias: DWORDLONG,
}

Fields

IOR_Align: DWORDLONGIOR_nPorts: DWORDIOR_Min: DWORDLONGIOR_Max: DWORDLONGIOR_RangeFlags: DWORDIOR_Alias: DWORDLONG

Trait Implementations

impl Clone for IO_RANGE[src]

impl Copy for IO_RANGE[src]

impl Default for IO_RANGE[src]

Auto Trait Implementations

impl Send for IO_RANGE

impl Sync for IO_RANGE

impl Unpin for IO_RANGE

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.