#[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§
Source§impl Clone for ethtool_flash
impl Clone for ethtool_flash
Source§impl Default for ethtool_flash
impl Default for ethtool_flash
impl Copy for ethtool_flash
Auto Trait Implementations§
impl Freeze for ethtool_flash
impl RefUnwindSafe for ethtool_flash
impl Send for ethtool_flash
impl Sync for ethtool_flash
impl Unpin for ethtool_flash
impl UnwindSafe for ethtool_flash
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