Struct libc_extra::android_linux::linux::ethtool::ethtool_flash
[−]
[src]
#[repr(C)]pub struct ethtool_flash { pub cmd: u32, pub region: u32, pub data: [c_char; 128], }
Fields
cmd: u32
region: u32
data: [c_char; 128]
Trait Implementations
impl Copy for ethtool_flash[src]
impl Clone for ethtool_flash[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