Struct gstreamer::toc::TocRef [−][src]
pub struct TocRef(_);
Methods
impl TocRef[src]
impl TocRefpub fn get_scope(&self) -> TocScope[src]
pub fn get_scope(&self) -> TocScopepub fn find_entry(&self, uid: &str) -> Option<TocEntry>[src]
pub fn find_entry(&self, uid: &str) -> Option<TocEntry>pub fn get_entries(&self) -> Vec<TocEntry>[src]
pub fn get_entries(&self) -> Vec<TocEntry>pub fn append_entry(&mut self, entry: TocEntry)[src]
pub fn append_entry(&mut self, entry: TocEntry)pub fn dump(&self)[src]
pub fn dump(&self)Trait Implementations
impl MiniObject for TocRef[src]
impl MiniObject for TocReftype GstType = GstToc
unsafe fn as_ptr(&self) -> *const Self::GstType[src]
unsafe fn as_ptr(&self) -> *const Self::GstTypeunsafe fn as_mut_ptr(&self) -> *mut Self::GstType[src]
unsafe fn as_mut_ptr(&self) -> *mut Self::GstTypeⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a SelfⓘImportant traits for &'a mut Runsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Selffn copy(&self) -> GstRc<Self>[src]
fn copy(&self) -> GstRc<Self>impl StaticType for TocRef[src]
impl StaticType for TocReffn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl ToOwned for TocRef[src]
impl ToOwned for TocReftype Owned = GstRc<TocRef>
fn to_owned(&self) -> GstRc<TocRef>[src]
fn to_owned(&self) -> GstRc<TocRef>Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)[src]
fn clone_into(&self, target: &mut Self::Owned)🔬 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]
impl Debug for TocReffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Sync for TocRef[src]
impl Sync for TocRefimpl Send for TocRef[src]
impl Send for TocRef