Struct libc::__c_anonymous_ifru_map
source · #[repr(C)]pub struct __c_anonymous_ifru_map {
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_ulong
§mem_end: c_ulong
§base_addr: c_ushort
§irq: c_uchar
§dma: c_uchar
§port: c_uchar
Trait Implementations§
source§impl Clone for __c_anonymous_ifru_map
impl Clone for __c_anonymous_ifru_map
source§fn clone(&self) -> __c_anonymous_ifru_map
fn clone(&self) -> __c_anonymous_ifru_map
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more