Enum sequoia_openpgp::packet::user_attribute::Subpacket
source · Expand description
User Attribute subpackets.
See Section 5.12 of RFC 4880 for details.
Variants§
Image(Image)
Image subpacket.
See Section 5.12.1 of RFC 4880 for details.
Unknown(u8, Box<[u8]>)
Unknown subpacket.
Trait Implementations§
source§impl MarshalInto for Subpacket
impl MarshalInto for Subpacket
source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Computes the maximal length of the serialized representation. Read more
source§fn serialize_into(&self, buf: &mut [u8]) -> Result<usize>
fn serialize_into(&self, buf: &mut [u8]) -> Result<usize>
Serializes into the given buffer. Read more