Struct libc_extra::android_linux::linux::ethtool::ethtool_flow_union
[−]
[src]
pub struct ethtool_flow_union {
pub _bindgen_data_: [u32; 13],
}Fields
_bindgen_data_: [u32; 13]
Methods
impl ethtool_flow_union[src]
unsafe fn tcp_ip4_spec(&mut self) -> *mut ethtool_tcpip4_spec
unsafe fn udp_ip4_spec(&mut self) -> *mut ethtool_tcpip4_spec
unsafe fn sctp_ip4_spec(&mut self) -> *mut ethtool_tcpip4_spec
unsafe fn ah_ip4_spec(&mut self) -> *mut ethtool_ah_espip4_spec
unsafe fn esp_ip4_spec(&mut self) -> *mut ethtool_ah_espip4_spec
unsafe fn usr_ip4_spec(&mut self) -> *mut ethtool_usrip4_spec
unsafe fn ether_spec(&mut self) -> *mut ethhdr
unsafe fn hdata(&mut self) -> *mut [u8; 52]
Trait Implementations
impl Copy for ethtool_flow_union[src]
impl Clone for ethtool_flow_union[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more