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 Freeze for GExiv2PreviewImage
impl RefUnwindSafe for GExiv2PreviewImage
impl Send for GExiv2PreviewImage
impl Sync for GExiv2PreviewImage
impl Unpin for GExiv2PreviewImage
impl UnsafeUnpin for GExiv2PreviewImage
impl UnwindSafe for GExiv2PreviewImage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more