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