#[repr(C)]pub struct nflx_dumpinfo {Show 15 fields
pub tlh_version: guint32,
pub tlh_type: guint32,
pub tlh_length: guint64,
pub tlh_ie_fport: guint16,
pub tlh_ie_lport: guint16,
pub tlh_ie_faddr_addr32: [guint32; 4],
pub tlh_ie_laddr_addr32: [guint32; 4],
pub tlh_ie_zoneid: guint32,
pub tlh_offset_tv_sec: guint64,
pub tlh_offset_tv_usec: guint64,
pub tlh_id: [c_char; 64],
pub tlh_reason: [c_char; 32],
pub tlh_tag: [c_char; 32],
pub tlh_af: guint8,
pub _pad: [guint8; 7],
}Fields§
§tlh_version: guint32§tlh_type: guint32§tlh_length: guint64§tlh_ie_fport: guint16§tlh_ie_lport: guint16§tlh_ie_faddr_addr32: [guint32; 4]§tlh_ie_laddr_addr32: [guint32; 4]§tlh_ie_zoneid: guint32§tlh_offset_tv_sec: guint64§tlh_offset_tv_usec: guint64§tlh_id: [c_char; 64]§tlh_reason: [c_char; 32]§tlh_tag: [c_char; 32]§tlh_af: guint8§_pad: [guint8; 7]Trait Implementations§
Source§impl Clone for nflx_dumpinfo
impl Clone for nflx_dumpinfo
Source§fn clone(&self) -> nflx_dumpinfo
fn clone(&self) -> nflx_dumpinfo
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 nflx_dumpinfo
impl Debug for nflx_dumpinfo
impl Copy for nflx_dumpinfo
Auto Trait Implementations§
impl Freeze for nflx_dumpinfo
impl RefUnwindSafe for nflx_dumpinfo
impl Send for nflx_dumpinfo
impl Sync for nflx_dumpinfo
impl Unpin for nflx_dumpinfo
impl UnwindSafe for nflx_dumpinfo
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