Struct matroska_demuxer::Targets[][src]

pub struct Targets { /* fields omitted */ }

Specifies which other elements the metadata represented by the tag applies to.

Implementations

impl Targets[src]

pub fn target_type_value(&self) -> Option<u64>[src]

A number to indicate the logical level of the target.

pub fn tag_track_uid(&self) -> Option<u64>[src]

A unique ID to identify the track(s) the tags belong to. If the value is 0 at this level, the tags apply to all tracks in the Segment.

Trait Implementations

impl Clone for Targets[src]

impl Debug for Targets[src]

Auto Trait Implementations

impl RefUnwindSafe for Targets

impl Send for Targets

impl Sync for Targets

impl Unpin for Targets

impl UnwindSafe for Targets

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.