Struct gstreamer::toc::TocRef [−][src]
#[repr(transparent)]pub struct TocRef(_);
Implementations
impl TocRef[src]
impl TocRef[src]impl TocRef[src]
impl TocRef[src]pub fn scope(&self) -> TocScope[src]
pub fn find_entry(&self, uid: &str) -> Option<TocEntry>[src]
pub fn entries(&self) -> Vec<TocEntry>[src]
pub fn append_entry(&mut self, entry: TocEntry)[src]
pub fn 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<'a> FromValue<'a> for &'a TocRef[src]
impl<'a> FromValue<'a> for &'a TocRef[src]type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>Value type checker.
unsafe fn from_value(value: &'a Value) -> Self[src]
unsafe fn from_value(value: &'a Value) -> Self[src]Get the contained value from a Value. Read more
impl GlibPtrDefault for TocRef[src]
impl GlibPtrDefault for TocRef[src]impl StaticType for TocRef[src]
impl StaticType for TocRef[src]fn static_type() -> Type[src]
fn static_type() -> Type[src]Returns the type identifier of Self.
impl ToOwned for TocRef[src]
impl ToOwned for TocRef[src]fn clone_into(&self, target: &mut Self::Owned)[src]
fn clone_into(&self, target: &mut Self::Owned)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more