Struct gstreamer::toc::TocEntry [−][src]
pub struct TocEntry { /* fields omitted */ }
Implementations
Methods from Deref<Target = TocEntryRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = TocEntryRef
type Target = TocEntryRef
The resulting type after dereferencing.
Deserialize this value from the given Serde deserializer. Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
type GlibType = *mut GstTocEntry
Returns the type identifier of Self
.
Transfer: none. Read more
Convert an Option
to a Value
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]