#[repr(C)]pub struct wtap_rec {
pub rec_type: guint,
pub presence_flags: guint32,
pub section_number: guint,
pub ts: nstime_t,
pub tsprec: c_int,
pub rec_header: wtap_rec__bindgen_ty_1,
pub block: wtap_block_t,
pub block_was_modified: gboolean,
pub options_buf: Buffer,
}Fields§
§rec_type: guint§presence_flags: guint32§section_number: guint§ts: nstime_t§tsprec: c_int§rec_header: wtap_rec__bindgen_ty_1§block: wtap_block_t§block_was_modified: gboolean§options_buf: BufferTrait Implementations§
Auto Trait Implementations§
impl Freeze for wtap_rec
impl RefUnwindSafe for wtap_rec
impl !Send for wtap_rec
impl !Sync for wtap_rec
impl Unpin for wtap_rec
impl UnwindSafe for wtap_rec
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