[−][src]Struct gstreamer::caps::CapsRef
Implementations
impl CapsRef
[src]
pub unsafe fn as_ptr(&self) -> *const GstCaps
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstCaps
[src]
pub unsafe fn from_ptr<'a>(ptr: *const GstCaps) -> &'a Self
[src]
pub unsafe fn from_mut_ptr<'a>(ptr: *mut GstCaps) -> &'a mut Self
[src]
pub fn copy(&self) -> Caps
[src]
impl CapsRef
[src]
pub fn set_simple(&mut self, values: &[(&str, &dyn ToSendValue)])
[src]
pub fn get_structure(&self, idx: u32) -> Option<&StructureRef>
[src]
pub fn get_mut_structure(&mut self, idx: u32) -> Option<&mut StructureRef>
[src]
pub fn get_features(&self, idx: u32) -> Option<&CapsFeaturesRef>
[src]
pub fn get_mut_features(&mut self, idx: u32) -> Option<&mut CapsFeaturesRef>
[src]
pub fn set_features(&mut self, idx: u32, features: Option<CapsFeatures>)
[src]
pub fn set_features_simple(&mut self, features: Option<CapsFeatures>)
[src]
pub fn get_size(&self) -> u32
[src]
pub fn iter(&self) -> Iter<'_>ⓘNotable traits for Iter<'a>
impl<'a> Iterator for Iter<'a> type Item = &'a StructureRef;
[src]
Notable traits for Iter<'a>
impl<'a> Iterator for Iter<'a> type Item = &'a StructureRef;
pub fn iter_mut(&mut self) -> IterMut<'_>ⓘNotable traits for IterMut<'a>
impl<'a> Iterator for IterMut<'a> type Item = &'a mut StructureRef;
[src]
Notable traits for IterMut<'a>
impl<'a> Iterator for IterMut<'a> type Item = &'a mut StructureRef;
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]
Notable traits for IterFeatures<'a>
impl<'a> Iterator for IterFeatures<'a> type Item = (&'a StructureRef, &'a CapsFeaturesRef);
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]
Notable traits for IterFeaturesMut<'a>
impl<'a> Iterator for IterFeaturesMut<'a> type Item = (&'a mut StructureRef, &'a mut CapsFeaturesRef);
pub fn append_structure(&mut self, structure: Structure)
[src]
pub fn append_structure_full(
&mut self,
structure: Structure,
features: Option<CapsFeatures>
)
[src]
&mut self,
structure: Structure,
features: Option<CapsFeatures>
)
pub fn remove_structure(&mut self, idx: u32)
[src]
pub fn append(&mut self, other: Caps)
[src]
pub fn can_intersect(&self, other: &Self) -> bool
[src]
pub fn intersect(&self, other: &Self) -> Caps
[src]
pub fn intersect_with_mode(&self, other: &Self, mode: CapsIntersectMode) -> Caps
[src]
pub fn is_always_compatible(&self, other: &Self) -> bool
[src]
pub fn is_any(&self) -> bool
[src]
pub fn is_empty(&self) -> bool
[src]
pub fn is_fixed(&self) -> bool
[src]
pub fn is_equal_fixed(&self, other: &Self) -> bool
[src]
pub fn is_strictly_equal(&self, other: &Self) -> bool
[src]
pub fn is_subset(&self, superset: &Self) -> bool
[src]
pub fn is_subset_structure(&self, structure: &StructureRef) -> bool
[src]
pub fn is_subset_structure_full(
&self,
structure: &StructureRef,
features: Option<&CapsFeaturesRef>
) -> bool
[src]
&self,
structure: &StructureRef,
features: Option<&CapsFeaturesRef>
) -> bool
pub fn subtract(&self, other: &Self) -> Caps
[src]
Trait Implementations
impl AsRef<CapsRef> for Caps
[src]
impl Borrow<CapsRef> for Caps
[src]
impl Debug for CapsRef
[src]
impl Display for CapsRef
[src]
impl Eq for CapsRef
[src]
impl<'a> FromValueOptional<'a> for &'a CapsRef
[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
[src]
impl GlibPtrDefault for CapsRef
[src]
impl PartialEq<CapsRef> for CapsRef
[src]
impl Send for CapsRef
[src]
impl Serialize for CapsRef
[src]
impl StaticType for CapsRef
[src]
fn static_type() -> Type
[src]
impl Sync for CapsRef
[src]
impl ToOwned for CapsRef
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,