[−][src]Struct gstreamer::toc::TocEntryRef
Implementations
impl TocEntryRef[src]
pub unsafe fn as_ptr(&self) -> *const GstTocEntry[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstTocEntry[src]
pub unsafe fn from_ptr<'a>(ptr: *const GstTocEntry) -> &'a Self[src]
pub unsafe fn from_mut_ptr<'a>(ptr: *mut GstTocEntry) -> &'a mut Self[src]
pub fn copy(&self) -> TocEntry[src]
impl TocEntryRef[src]
pub fn get_entry_type(&self) -> TocEntryType[src]
pub fn get_uid(&self) -> &str[src]
pub fn append_sub_entry(&mut self, subentry: TocEntry)[src]
pub fn get_sub_entries(&self) -> Vec<TocEntry>[src]
pub fn get_parent(&self) -> Option<TocEntry>[src]
pub fn get_start_stop_times(&self) -> Option<(i64, i64)>[src]
pub fn set_start_stop_times(&mut self, start: i64, stop: i64)[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 is_alternative(&self) -> bool[src]
pub fn is_sequence(&self) -> bool[src]
pub fn get_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]
fn as_ref(&self) -> &TocEntryRef[src]
impl Borrow<TocEntryRef> for TocEntry[src]
fn borrow(&self) -> &TocEntryRef[src]
impl Debug for TocEntryRef[src]
impl<'a> FromValueOptional<'a> for &'a TocEntryRef[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>[src]
impl GlibPtrDefault for TocEntryRef[src]
impl Send for TocEntryRef[src]
impl Serialize for TocEntryRef[src]
impl StaticType for TocEntryRef[src]
fn static_type() -> Type[src]
impl Sync for TocEntryRef[src]
impl ToOwned for TocEntryRef[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,