Struct pcap_parser::pcapng::DecryptionSecretsBlock
source · pub struct DecryptionSecretsBlock<'a> {
pub block_type: u32,
pub block_len1: u32,
pub secrets_type: SecretsType,
pub secrets_len: u32,
pub data: &'a [u8],
pub options: Vec<PcapNGOption<'a>>,
pub block_len2: u32,
}
Fields§
§block_type: u32
§block_len1: u32
§secrets_type: SecretsType
§secrets_len: u32
§data: &'a [u8]
§options: Vec<PcapNGOption<'a>>
§block_len2: u32
Trait Implementations§
source§impl<'a> Debug for DecryptionSecretsBlock<'a>
impl<'a> Debug for DecryptionSecretsBlock<'a>
source§impl<'a> ToVec for DecryptionSecretsBlock<'a>
Available on crate feature serialize
only.
impl<'a> ToVec for DecryptionSecretsBlock<'a>
Available on crate feature
serialize
only.Auto Trait Implementations§
impl<'a> RefUnwindSafe for DecryptionSecretsBlock<'a>
impl<'a> Send for DecryptionSecretsBlock<'a>
impl<'a> Sync for DecryptionSecretsBlock<'a>
impl<'a> Unpin for DecryptionSecretsBlock<'a>
impl<'a> UnwindSafe for DecryptionSecretsBlock<'a>
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