Struct panda_sys::NetdevDumpOptions [−][src]
#[repr(C)]pub struct NetdevDumpOptions { pub has_len: bool, pub len: u64, pub has_file: bool, pub file: *mut c_char, }
Fields
has_len: boollen: u64has_file: boolfile: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetdevDumpOptionsimpl !Send for NetdevDumpOptionsimpl !Sync for NetdevDumpOptionsimpl Unpin for NetdevDumpOptionsimpl UnwindSafe for NetdevDumpOptionsBlanket Implementations
Mutably borrows from an owned value. Read more