Struct netlink_packet_route::rtnl::link::nlas::Map [−][src]
pub struct Map {
pub memory_start: u64,
pub memory_end: u64,
pub base_address: u64,
pub irq: u16,
pub dma: u8,
pub port: u8,
}
Fields
memory_start: u64
memory_end: u64
base_address: u64
irq: u16
dma: u8
port: u8
Trait Implementations
Deserialize the current type.
Auto Trait Implementations
impl RefUnwindSafe for Map
impl UnwindSafe for Map
Blanket Implementations
Mutably borrows from an owned value. Read more