Struct gstreamer::toc::TocRef
[−]
[src]
pub struct TocRef(_);
Methods
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]
[src]
[src]
[src]
pub fn dump(&self)[src]
Trait Implementations
impl MiniObject for TocRef[src]
type GstType = GstToc
unsafe fn as_ptr(&self) -> *const Self::GstType[src]
unsafe fn as_mut_ptr(&self) -> *mut Self::GstType[src]
ⓘImportant traits for &'a mut Wunsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]
ⓘImportant traits for &'a mut W
ⓘImportant traits for &'a mut Wunsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut W
fn copy(&self) -> GstRc<Self>[src]
impl StaticType for TocRef[src]
fn static_type() -> Type[src]
Returns the type identifier of Self.
impl ToOwned for TocRef[src]
type Owned = GstRc<TocRef>
fn to_owned(&self) -> GstRc<TocRef>[src]
Creates owned data from borrowed data, usually by cloning. Read more
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
impl Debug for TocRef[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more