Struct pcap_parser::pcapng::NameResolutionBlock
source · [−]pub struct NameResolutionBlock<'a> {
pub block_type: u32,
pub block_len1: u32,
pub nr: Vec<NameRecord<'a>>,
pub options: Vec<PcapNGOption<'a>>,
pub block_len2: u32,
}
Fields
block_type: u32
block_len1: u32
nr: Vec<NameRecord<'a>>
options: Vec<PcapNGOption<'a>>
block_len2: u32
Trait Implementations
sourceimpl<'a> Debug for NameResolutionBlock<'a>
impl<'a> Debug for NameResolutionBlock<'a>
sourceimpl<'a> ToVec for NameResolutionBlock<'a>
Available on crate feature serialize
only.
impl<'a> ToVec for NameResolutionBlock<'a>
Available on crate feature
serialize
only.Auto Trait Implementations
impl<'a> RefUnwindSafe for NameResolutionBlock<'a>
impl<'a> Send for NameResolutionBlock<'a>
impl<'a> Sync for NameResolutionBlock<'a>
impl<'a> Unpin for NameResolutionBlock<'a>
impl<'a> UnwindSafe for NameResolutionBlock<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more