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