#[repr(C)]pub struct wtap_syscall_header {
pub record_type: guint,
pub byte_order: c_int,
pub timestamp: guint64,
pub thread_id: guint64,
pub event_len: guint32,
pub event_filelen: guint32,
pub event_type: guint16,
pub nparams: guint32,
pub cpu_id: guint16,
}Fields§
§record_type: guint§byte_order: c_int§timestamp: guint64§thread_id: guint64§event_len: guint32§event_filelen: guint32§event_type: guint16§nparams: guint32§cpu_id: guint16Trait Implementations§
Source§impl Clone for wtap_syscall_header
impl Clone for wtap_syscall_header
Source§fn clone(&self) -> wtap_syscall_header
fn clone(&self) -> wtap_syscall_header
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_syscall_header
impl Debug for wtap_syscall_header
impl Copy for wtap_syscall_header
Auto Trait Implementations§
impl Freeze for wtap_syscall_header
impl RefUnwindSafe for wtap_syscall_header
impl Send for wtap_syscall_header
impl Sync for wtap_syscall_header
impl Unpin for wtap_syscall_header
impl UnwindSafe for wtap_syscall_header
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