#[repr(C)]pub struct wtap_dump_params {
pub encap: c_int,
pub snaplen: c_int,
pub tsprec: c_int,
pub shb_hdrs: *mut GArray,
pub idb_inf: *mut wtapng_iface_descriptions_t,
pub nrb_hdrs: *mut GArray,
pub dsbs_initial: *mut GArray,
pub dsbs_growing: *const GArray,
pub dont_copy_idbs: gboolean,
}Fields§
§encap: c_int§snaplen: c_int§tsprec: c_int§shb_hdrs: *mut GArray§idb_inf: *mut wtapng_iface_descriptions_t§nrb_hdrs: *mut GArray§dsbs_initial: *mut GArray§dsbs_growing: *const GArray§dont_copy_idbs: gbooleanTrait Implementations§
Source§impl Clone for wtap_dump_params
impl Clone for wtap_dump_params
Source§fn clone(&self) -> wtap_dump_params
fn clone(&self) -> wtap_dump_params
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 wtap_dump_params
impl Debug for wtap_dump_params
impl Copy for wtap_dump_params
Auto Trait Implementations§
impl Freeze for wtap_dump_params
impl RefUnwindSafe for wtap_dump_params
impl !Send for wtap_dump_params
impl !Sync for wtap_dump_params
impl Unpin for wtap_dump_params
impl UnwindSafe for wtap_dump_params
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