Enum gexiv2_sys::GExiv2Metadata
source · [−]pub enum GExiv2Metadata {}
Expand description
An opaque structure that serves as a container for a media file’s metadata.
You can only create one via gexiv2_metadata_new()
.
Be sure to free it after use with gexiv2_metadata_free()
.
Auto Trait Implementations
impl RefUnwindSafe for GExiv2Metadata
impl Send for GExiv2Metadata
impl Sync for GExiv2Metadata
impl Unpin for GExiv2Metadata
impl UnwindSafe for GExiv2Metadata
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