Struct crypt4gh::header::DecryptedHeaderPackets [−][src]
pub struct DecryptedHeaderPackets {
pub data_enc_packets: Vec<Vec<u8>>,
pub edit_list_packet: Option<Vec<u64>>,
}Expand description
Contains the parsed data of the packets
Fields
data_enc_packets: Vec<Vec<u8>>The packets that are coded as data
edit_list_packet: Option<Vec<u64>>The packets that are an edit list
Auto Trait Implementations
impl RefUnwindSafe for DecryptedHeaderPacketsimpl Send for DecryptedHeaderPacketsimpl Sync for DecryptedHeaderPacketsimpl Unpin for DecryptedHeaderPacketsimpl UnwindSafe for DecryptedHeaderPackets