#[repr(C)]pub struct ethtool_flow_union {
pub _bindgen_data_: [u32; 13],
}
Fields§
§_bindgen_data_: [u32; 13]
Implementations§
Source§impl ethtool_flow_union
impl ethtool_flow_union
pub unsafe fn tcp_ip4_spec(&mut self) -> *mut ethtool_tcpip4_spec
pub unsafe fn udp_ip4_spec(&mut self) -> *mut ethtool_tcpip4_spec
pub unsafe fn sctp_ip4_spec(&mut self) -> *mut ethtool_tcpip4_spec
pub unsafe fn ah_ip4_spec(&mut self) -> *mut ethtool_ah_espip4_spec
pub unsafe fn esp_ip4_spec(&mut self) -> *mut ethtool_ah_espip4_spec
pub unsafe fn usr_ip4_spec(&mut self) -> *mut ethtool_usrip4_spec
pub unsafe fn ether_spec(&mut self) -> *mut ethhdr
pub unsafe fn hdata(&mut self) -> *mut [u8; 52]
Trait Implementations§
Source§impl Clone for ethtool_flow_union
impl Clone for ethtool_flow_union
Source§impl Default for ethtool_flow_union
impl Default for ethtool_flow_union
impl Copy for ethtool_flow_union
Auto Trait Implementations§
impl Freeze for ethtool_flow_union
impl RefUnwindSafe for ethtool_flow_union
impl Send for ethtool_flow_union
impl Sync for ethtool_flow_union
impl Unpin for ethtool_flow_union
impl UnwindSafe for ethtool_flow_union
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more