#[repr(C)]pub struct nstr_phdr {Show 19 fields
pub rec_offset: gint64,
pub rec_len: gint32,
pub nicno_offset: guint8,
pub nicno_len: guint8,
pub dir_offset: guint8,
pub dir_len: guint8,
pub eth_offset: guint16,
pub pcb_offset: guint8,
pub l_pcb_offset: guint8,
pub rec_type: guint8,
pub vlantag_offset: guint8,
pub coreid_offset: guint8,
pub srcnodeid_offset: guint8,
pub destnodeid_offset: guint8,
pub clflags_offset: guint8,
pub src_vmname_len_offset: guint8,
pub dst_vmname_len_offset: guint8,
pub ns_activity_offset: guint8,
pub data_offset: guint8,
}Fields§
§rec_offset: gint64§rec_len: gint32§nicno_offset: guint8§nicno_len: guint8§dir_offset: guint8§dir_len: guint8§eth_offset: guint16§pcb_offset: guint8§l_pcb_offset: guint8§rec_type: guint8§vlantag_offset: guint8§coreid_offset: guint8§srcnodeid_offset: guint8§destnodeid_offset: guint8§clflags_offset: guint8§src_vmname_len_offset: guint8§dst_vmname_len_offset: guint8§ns_activity_offset: guint8§data_offset: guint8Trait Implementations§
Auto Trait Implementations§
impl Freeze for nstr_phdr
impl RefUnwindSafe for nstr_phdr
impl Send for nstr_phdr
impl Sync for nstr_phdr
impl Unpin for nstr_phdr
impl UnwindSafe for nstr_phdr
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