[−][src]Module sequoia_ffi::openpgp::packet_pile
PacketPile
s, deserialized sequences of OpenPGP messages.
Wraps sequoia-openpgp::PacketPile
.
Structs
PacketPile | A |
Functions
pgp_packet_pile_clone | Clones this object. |
pgp_packet_pile_debug | Returns a human readable description of this object |
pgp_packet_pile_equal | Compares objects. |
pgp_packet_pile_free | Frees this object. |
pgp_packet_pile_from_bytes | Parses an object from the given buffer. |
pgp_packet_pile_from_file | Parses an object from the given file. |
pgp_packet_pile_from_reader | Parses an object from the given reader. |
pgp_packet_pile_serialize | Serializes this object. |