Struct gstreamer::toc::TocEntryRef [−][src]
#[repr(transparent)]pub struct TocEntryRef(_);
Implementations
impl TocEntryRef
[src]
impl TocEntryRef
[src]impl TocEntryRef
[src]
impl TocEntryRef
[src]pub fn entry_type(&self) -> TocEntryType
[src]
pub fn uid(&self) -> &str
[src]
pub fn append_sub_entry(&mut self, subentry: TocEntry)
[src]
pub fn sub_entries(&self) -> Vec<TocEntry>
[src]
pub fn parent(&self) -> Option<TocEntry>
[src]
pub fn start_stop_times(&self) -> Option<(i64, i64)>
[src]
pub fn set_start_stop_times(&mut self, start: i64, stop: i64)
[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 is_alternative(&self) -> bool
[src]
pub fn is_sequence(&self) -> bool
[src]
pub fn loop_(&self) -> Option<(TocLoopType, i32)>
[src]
pub fn set_loop(&mut self, loop_type: TocLoopType, repeat_count: i32)
[src]
Trait Implementations
impl AsRef<TocEntryRef> for TocEntry
[src]
impl AsRef<TocEntryRef> for TocEntry
[src]fn as_ref(&self) -> &TocEntryRef
[src]
fn as_ref(&self) -> &TocEntryRef
[src]Performs the conversion.
impl Borrow<TocEntryRef> for TocEntry
[src]
impl Borrow<TocEntryRef> for TocEntry
[src]fn borrow(&self) -> &TocEntryRef
[src]
fn borrow(&self) -> &TocEntryRef
[src]Immutably borrows from an owned value. Read more
impl Debug for TocEntryRef
[src]
impl Debug for TocEntryRef
[src]impl<'a> FromValue<'a> for &'a TocEntryRef
[src]
impl<'a> FromValue<'a> for &'a TocEntryRef
[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 TocEntryRef
[src]
impl GlibPtrDefault for TocEntryRef
[src]impl Serialize for TocEntryRef
[src]
impl Serialize for TocEntryRef
[src]impl StaticType for TocEntryRef
[src]
impl StaticType for TocEntryRef
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToOwned for TocEntryRef
[src]
impl ToOwned for TocEntryRef
[src]fn to_owned(&self) -> TocEntry
[src]
fn to_owned(&self) -> TocEntry
[src]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)
[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