Struct gstreamer::query::QueryRef [−][src]
#[repr(transparent)]pub struct QueryRef(_);
Implementations
impl QueryRef
[src]
impl QueryRef
[src]impl QueryRef
[src]
impl QueryRef
[src]pub fn structure(&self) -> Option<&StructureRef>
[src]
pub fn structure_mut(&mut self) -> &mut StructureRef
[src]
pub fn is_downstream(&self) -> bool
[src]
pub fn is_upstream(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
[src]
pub fn view(&self) -> QueryView<&Self>
[src]
pub fn view_mut(&mut self) -> QueryView<&mut Self>
[src]
Trait Implementations
impl<'a> FromValue<'a> for &'a QueryRef
[src]
impl<'a> FromValue<'a> for &'a QueryRef
[src]type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl GlibPtrDefault for QueryRef
[src]
impl GlibPtrDefault for QueryRef
[src]impl StaticType for QueryRef
[src]
impl StaticType for QueryRef
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToOwned for QueryRef
[src]
impl ToOwned for QueryRef
[src]fn to_owned(&self) -> Query
[src]
fn to_owned(&self) -> Query
[src]Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
fn clone_into(&self, target: &mut Self::Owned)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more