Struct gstreamer_tag_sys::GstTagXmpWriter
source · #[repr(C)]pub struct GstTagXmpWriter { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstTagXmpWriter
impl RefUnwindSafe for GstTagXmpWriter
impl !Send for GstTagXmpWriter
impl !Sync for GstTagXmpWriter
impl !Unpin for GstTagXmpWriter
impl UnwindSafe for GstTagXmpWriter
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