Struct gstreamer::CapsFeaturesRef [−][src]
#[repr(transparent)]pub struct CapsFeaturesRef(_);
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>Value type checker.
Get the contained value from a Value. Read more
Returns the type identifier of Self.
type Owned = CapsFeatures
type Owned = CapsFeaturesThe resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
Convert an Option to a Value.
Auto Trait Implementations
impl RefUnwindSafe for CapsFeaturesRefimpl Unpin for CapsFeaturesRefimpl UnwindSafe for CapsFeaturesRef