Enum gexiv2_sys::GExiv2PreviewImage
source · [−]pub enum GExiv2PreviewImage {}
Expand description
An opaque container structure for a media file preview image.
You can only get one via
gexiv2_metadata_get_preview_image()
.
Be sure to free it with gexiv2_preview_image_free()
.
Auto Trait Implementations
impl RefUnwindSafe for GExiv2PreviewImage
impl Send for GExiv2PreviewImage
impl Sync for GExiv2PreviewImage
impl Unpin for GExiv2PreviewImage
impl UnwindSafe for GExiv2PreviewImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more