[−][src]Struct gstreamer::CapsFeaturesRef
Implementations
impl CapsFeaturesRef
[src]
pub unsafe fn from_glib_borrow<'a>(
ptr: *const GstCapsFeatures
) -> &'a CapsFeaturesRef
[src]
ptr: *const GstCapsFeatures
) -> &'a CapsFeaturesRef
pub unsafe fn from_glib_borrow_mut<'a>(
ptr: *mut GstCapsFeatures
) -> &'a mut CapsFeaturesRef
[src]
ptr: *mut GstCapsFeatures
) -> &'a mut CapsFeaturesRef
pub unsafe fn as_ptr(&self) -> *const GstCapsFeatures
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstCapsFeatures
[src]
pub fn is_empty(&self) -> bool
[src]
pub fn is_any(&self) -> bool
[src]
pub fn contains(&self, feature: &str) -> bool
[src]
pub fn get_size(&self) -> u32
[src]
pub fn get_nth(&self, idx: u32) -> Option<&str>
[src]
pub fn add(&mut self, feature: &str)
[src]
pub fn remove(&mut self, feature: &str)
[src]
pub fn iter(&self) -> Iter<'_>
[src]
pub fn is_equal(&self, other: &CapsFeaturesRef) -> bool
[src]
Trait Implementations
impl AsMut<CapsFeaturesRef> for CapsFeatures
[src]
fn as_mut(&mut self) -> &mut CapsFeaturesRef
[src]
impl AsRef<CapsFeaturesRef> for CapsFeatures
[src]
fn as_ref(&self) -> &CapsFeaturesRef
[src]
impl Borrow<CapsFeaturesRef> for CapsFeatures
[src]
fn borrow(&self) -> &CapsFeaturesRef
[src]
impl BorrowMut<CapsFeaturesRef> for CapsFeatures
[src]
fn borrow_mut(&mut self) -> &mut CapsFeaturesRef
[src]
impl Debug for CapsFeaturesRef
[src]
impl Display for CapsFeaturesRef
[src]
impl<'a> FromValueOptional<'a> for &'a CapsFeaturesRef
[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
[src]
impl Send for CapsFeaturesRef
[src]
impl Serialize for CapsFeaturesRef
[src]
impl SetValue for CapsFeaturesRef
[src]
impl SetValueOptional for CapsFeaturesRef
[src]
unsafe fn set_value_optional(v: &mut Value, s: Option<&Self>)
[src]
impl StaticType for CapsFeaturesRef
[src]
fn static_type() -> Type
[src]
impl Sync for CapsFeaturesRef
[src]
impl ToOwned for CapsFeaturesRef
[src]
type Owned = CapsFeatures
The resulting type after obtaining ownership.
fn to_owned(&self) -> CapsFeatures
[src]
fn clone_into(&self, target: &mut Self::Owned)
[src]
Auto Trait Implementations
impl RefUnwindSafe for CapsFeaturesRef
impl Unpin for CapsFeaturesRef
impl UnwindSafe for CapsFeaturesRef
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> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src]
T: SetValue + ?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>,