Struct libc_extra::android_linux::linux::ethtool::ethtool_rx_flow_spec [] [src]

#[repr(C)]
pub struct ethtool_rx_flow_spec { pub flow_type: u32, pub h_u: ethtool_flow_union, pub h_ext: ethtool_flow_ext, pub m_u: ethtool_flow_union, pub m_ext: ethtool_flow_ext, pub ring_cookie: u64, pub location: u32, }

Fields

Trait Implementations

impl Copy for ethtool_rx_flow_spec
[src]

impl Clone for ethtool_rx_flow_spec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ethtool_rx_flow_spec
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations