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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.