Struct netmap_sys::netmap::netmap_if [] [src]

#[repr(C)]
pub struct netmap_if { pub ni_name: [c_char; 16], pub ni_version: u32, pub ni_flags: u32, pub ni_tx_rings: u32, pub ni_rx_rings: u32, pub ni_bufs_head: u32, pub ni_spare1: [u32; 5], pub ring_ofs: [ssize_t; 0], }

Fields

Trait Implementations

impl Clone for netmap_if
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for netmap_if
[src]