Struct fm::preview::ExifContent
source · pub struct ExifContent { /* private fields */ }Expand description
Holds the exif content of an image. Since displaying a thumbnail is ugly and idk how to bind ueberzug into tuikit, it’s preferable. At least it’s an easy way to display informations about an image.
Trait Implementations§
source§impl Clone for ExifContent
impl Clone for ExifContent
source§fn clone(&self) -> ExifContent
fn clone(&self) -> ExifContent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more