Struct ifstructs::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

Trait Implementations

impl Copy for ifmap
[src]

impl Clone for ifmap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ifmap

impl Sync for ifmap