[][src]Struct linux::kty::ifmap

#[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 Pod for ifmap[src]

impl Eq for ifmap[src]

impl Clone for ifmap[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<ifmap> for ifmap[src]

impl Copy for ifmap[src]

Auto Trait Implementations

impl Send for ifmap

impl Sync for ifmap

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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.

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

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

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