Struct gstreamer::caps::CapsRef [−][src]
#[repr(transparent)]pub struct CapsRef(_);
Implementations
This is supported on crate feature
v1_16
only.pub fn iter(&self) -> Iter<'_>ⓘNotable traits for Iter<'a>
impl<'a> Iterator for Iter<'a> type Item = &'a StructureRef;
[src]pub fn iter_mut(&mut self) -> IterMut<'_>ⓘNotable traits for IterMut<'a>
impl<'a> Iterator for IterMut<'a> type Item = &'a mut StructureRef;
[src]pub fn iter_with_features(&self) -> IterFeatures<'_>ⓘNotable traits for IterFeatures<'a>
impl<'a> Iterator for IterFeatures<'a> type Item = (&'a StructureRef, &'a CapsFeaturesRef);
[src]pub fn iter_with_features_mut(&mut self) -> IterFeaturesMut<'_>ⓘNotable traits for IterFeaturesMut<'a>
impl<'a> Iterator for IterFeaturesMut<'a> type Item = (&'a mut StructureRef, &'a mut CapsFeaturesRef);
[src]pub fn is_subset_structure_full(
&self,
structure: &StructureRef,
features: Option<&CapsFeaturesRef>
) -> bool
[src]Trait Implementations
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
.
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more