Enum sequoia_openpgp::packet::user_attribute::Image [−][src]
Expand description
Image subpacket.
See Section 5.12.1 of RFC 4880 for details.
Variants
JPEG(Box<[u8]>)
A JPEG image format.
Private(u8, Box<[u8]>)
Private, experimental image format.
Unknown(u8, Box<[u8]>)
Unknown image format.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Image
impl UnwindSafe for Image
Blanket Implementations
Mutably borrows from an owned value. Read more