Struct rtnetlink::LinkMap[][src]

#[repr(C)]
pub struct LinkMap { pub memory_start: u64, pub memory_end: u64, pub base_address: u64, pub irq: u16, pub dma: u8, pub port: u8, }

Fields

Trait Implementations

impl Debug for LinkMap
[src]

Formats the value using the given formatter. Read more

impl Clone for LinkMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LinkMap
[src]

impl Eq for LinkMap
[src]

impl PartialEq for LinkMap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LinkMap

impl Sync for LinkMap