[−][src]Trait gstreamer_pbutils::prelude::GstValueExt
Required methods
fn can_compare(&self, other: &Self) -> bool
fn compare(&self, other: &Self) -> Option<Ordering>
fn eq(&self, other: &Self) -> bool
fn can_intersect(&self, other: &Self) -> bool
fn intersect(&self, other: &Self) -> Option<Self>
fn can_subtract(&self, other: &Self) -> bool
fn subtract(&self, other: &Self) -> Option<Self>
fn can_union(&self, other: &Self) -> bool
fn union(&self, other: &Self) -> Option<Self>
fn fixate(&self) -> Option<Self>
fn is_fixed(&self) -> bool
fn is_subset(&self, superset: &Self) -> bool
fn serialize(&self) -> Result<GString, BoolError>
fn deserialize<'a, T>(s: T) -> Result<Value, BoolError> where
T: Into<&'a str>,
T: Into<&'a str>,
Implementations on Foreign Types
impl GstValueExt for Value
[src]
fn can_compare(&self, other: &Value) -> bool
[src]
fn compare(&self, other: &Value) -> Option<Ordering>
[src]
fn eq(&self, other: &Value) -> bool
[src]
fn can_intersect(&self, other: &Value) -> bool
[src]
fn intersect(&self, other: &Value) -> Option<Value>
[src]
fn can_subtract(&self, other: &Value) -> bool
[src]
fn subtract(&self, other: &Value) -> Option<Value>
[src]
fn can_union(&self, other: &Value) -> bool
[src]
fn union(&self, other: &Value) -> Option<Value>
[src]
fn fixate(&self) -> Option<Value>
[src]
fn is_fixed(&self) -> bool
[src]
fn is_subset(&self, superset: &Value) -> bool
[src]
fn serialize(&self) -> Result<GString, BoolError>
[src]
fn deserialize<'a, T>(s: T) -> Result<Value, BoolError> where
T: Into<&'a str>,
[src]
T: Into<&'a str>,