#[repr(C)]pub struct pcapng_dissection_t {
pub root: *mut pcapng_field_t,
pub proto: [c_char; 16],
pub src: [c_char; 48],
pub dst: [c_char; 48],
pub info: [c_char; 160],
}Fields§
§root: *mut pcapng_field_t§proto: [c_char; 16]§src: [c_char; 48]§dst: [c_char; 48]§info: [c_char; 160]Trait Implementations§
Source§impl Clone for pcapng_dissection_t
impl Clone for pcapng_dissection_t
Source§fn clone(&self) -> pcapng_dissection_t
fn clone(&self) -> pcapng_dissection_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for pcapng_dissection_t
Auto Trait Implementations§
impl !Send for pcapng_dissection_t
impl !Sync for pcapng_dissection_t
impl Freeze for pcapng_dissection_t
impl RefUnwindSafe for pcapng_dissection_t
impl Unpin for pcapng_dissection_t
impl UnsafeUnpin for pcapng_dissection_t
impl UnwindSafe for pcapng_dissection_t
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