pub enum GExiv2PreviewProperties {}
Expand description
An opaque container structure for information about a media file preview image.
You can only get hold of one (or, rather, a null-terminated array of them) via
gexiv2_metadata_get_preview_properties()
.
Auto Trait Implementations
impl RefUnwindSafe for GExiv2PreviewProperties
impl Send for GExiv2PreviewProperties
impl Sync for GExiv2PreviewProperties
impl Unpin for GExiv2PreviewProperties
impl UnwindSafe for GExiv2PreviewProperties
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