#[repr(C)]pub struct netmon_phdr {
pub title: *mut guint8,
pub descLength: guint32,
pub description: *mut guint8,
pub sub_encap: guint,
pub subheader: netmon_phdr_sub_wtap_pseudo_header,
}Fields§
§title: *mut guint8§descLength: guint32§description: *mut guint8§sub_encap: guint§subheader: netmon_phdr_sub_wtap_pseudo_headerTrait Implementations§
Source§impl Clone for netmon_phdr
impl Clone for netmon_phdr
Source§fn clone(&self) -> netmon_phdr
fn clone(&self) -> netmon_phdr
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 moreimpl Copy for netmon_phdr
Auto Trait Implementations§
impl Freeze for netmon_phdr
impl RefUnwindSafe for netmon_phdr
impl !Send for netmon_phdr
impl !Sync for netmon_phdr
impl Unpin for netmon_phdr
impl UnwindSafe for netmon_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