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

pub struct ethtool_flash {
    pub cmd: u32,
    pub region: u32,
    pub data: [c_char; 128],
}

Fields

Trait Implementations

impl Copy for ethtool_flash
[src]

impl Clone for ethtool_flash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ethtool_flash
[src]

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