#[repr(C)]pub struct GstTagList {
pub mini_object: GstMiniObject,
}
Fields§
§mini_object: GstMiniObject
Trait Implementations§
Source§impl Clone for GstTagList
impl Clone for GstTagList
Source§fn clone(&self) -> GstTagList
fn clone(&self) -> GstTagList
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstTagList
impl Debug for GstTagList
impl Copy for GstTagList
Auto Trait Implementations§
impl Freeze for GstTagList
impl RefUnwindSafe for GstTagList
impl !Send for GstTagList
impl !Sync for GstTagList
impl Unpin for GstTagList
impl UnwindSafe for GstTagList
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