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

#[repr(C)]
pub struct ethtool_flow_union { pub _bindgen_data_: [u32; 13], }

Fields

Methods

impl ethtool_flow_union
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for ethtool_flow_union
[src]

impl Clone for ethtool_flow_union
[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_flow_union
[src]

[src]

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

Auto Trait Implementations