Struct netmap_sys::netmap::nm_ifreq [] [src]

#[repr(C)]
pub struct nm_ifreq { pub nifr_name: [c_char; 16], pub data: [c_char; 256], }

Fields

Trait Implementations

impl Copy for nm_ifreq
[src]

impl Clone for nm_ifreq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more