#[repr(C)]pub struct NetdevDumpOptions {
pub has_len: bool,
pub len: u64,
pub has_file: bool,
pub file: *mut i8,
}Fields§
§has_len: bool§len: u64§has_file: bool§file: *mut i8Trait Implementations§
Source§impl Clone for NetdevDumpOptions
impl Clone for NetdevDumpOptions
Source§fn clone(&self) -> NetdevDumpOptions
fn clone(&self) -> NetdevDumpOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NetdevDumpOptions
impl Debug for NetdevDumpOptions
impl Copy for NetdevDumpOptions
Auto Trait Implementations§
impl Freeze for NetdevDumpOptions
impl RefUnwindSafe for NetdevDumpOptions
impl !Send for NetdevDumpOptions
impl !Sync for NetdevDumpOptions
impl Unpin for NetdevDumpOptions
impl UnwindSafe for NetdevDumpOptions
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