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 Freeze for GExiv2PreviewProperties
impl RefUnwindSafe for GExiv2PreviewProperties
impl Send for GExiv2PreviewProperties
impl Sync for GExiv2PreviewProperties
impl Unpin for GExiv2PreviewProperties
impl UnsafeUnpin for GExiv2PreviewProperties
impl UnwindSafe for GExiv2PreviewProperties
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