pub struct StaticCaps(_);
Expand description
Data structure to initialize Caps
from a string description usually
used in conjunction with GST_STATIC_CAPS() and get()
to
instantiate a Caps
.
Converts a StaticCaps
to a Caps
.
a pointer to the Caps
. Since the
core holds an additional ref to the returned caps, use
gst_caps_make_writable()
on the returned caps to modify it.
Formats the value using the given formatter. Read more
Returns the type identifier of Self
.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
Ensures that the type has been registered with the type system.
Returns a SendValue
clone of self
.
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.