Struct gstreamer::toc::TocRef[][src]

#[repr(transparent)]pub struct TocRef(_);

Implementations

impl TocRef[src]

pub unsafe fn as_ptr(&self) -> *const GstToc[src]

pub unsafe fn as_mut_ptr(&self) -> *mut GstToc[src]

pub unsafe fn from_ptr<'a>(ptr: *const GstToc) -> &'a Self[src]

pub unsafe fn from_mut_ptr<'a>(ptr: *mut GstToc) -> &'a mut Self[src]

pub fn copy(&self) -> Toc[src]

impl TocRef[src]

pub fn get_scope(&self) -> TocScope[src]

pub fn find_entry(&self, uid: &str) -> Option<TocEntry>[src]

pub fn get_entries(&self) -> Vec<TocEntry>[src]

pub fn append_entry(&mut self, entry: TocEntry)[src]

pub fn get_tags(&self) -> Option<TagList>[src]

pub fn set_tags(&mut self, tag_list: TagList)[src]

pub fn merge_tags(&mut self, tag_list: &TagList, mode: TagMergeMode)[src]

pub fn dump(&self)[src]

Trait Implementations

impl AsRef<TocRef> for Toc[src]

impl Borrow<TocRef> for Toc[src]

impl Debug for TocRef[src]

impl<'a> FromValueOptional<'a> for &'a TocRef[src]

impl GlibPtrDefault for TocRef[src]

impl Send for TocRef[src]

impl Serialize for TocRef[src]

impl StaticType for TocRef[src]

impl Sync for TocRef[src]

impl ToOwned for TocRef[src]

type Owned = Toc

The resulting type after obtaining ownership.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.