Struct iwlib_sys::ifmap[][src]

#[repr(C)]pub struct ifmap {
    pub mem_start: c_ulong,
    pub mem_end: c_ulong,
    pub base_addr: c_ushort,
    pub irq: c_uchar,
    pub dma: c_uchar,
    pub port: c_uchar,
}

Fields

mem_start: c_ulongmem_end: c_ulongbase_addr: c_ushortirq: c_uchardma: c_ucharport: c_uchar

Trait Implementations

impl Clone for ifmap[src]

impl Copy for ifmap[src]

impl Debug for ifmap[src]

impl Default for ifmap[src]

Auto Trait Implementations

impl RefUnwindSafe for ifmap

impl Send for ifmap

impl Sync for ifmap

impl Unpin for ifmap

impl UnwindSafe for ifmap

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.