[][src]Struct gstreamer::query::QueryRef

#[repr(C)]
pub struct QueryRef(_);

Methods

impl QueryRef[src]

pub fn get_structure(&self) -> Option<&StructureRef>[src]

pub fn get_mut_structure(&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> AsMutPtr for &'a mut QueryRef[src]

impl<'a> AsPtr for &'a QueryRef[src]

impl<'a> AsPtr for &'a mut QueryRef[src]

impl AsRef<QueryRef> for Query[src]

impl Borrow<QueryRef> for Query[src]

impl Debug for QueryRef[src]

impl MiniObject for QueryRef[src]

type GstType = GstQuery

impl Send for QueryRef[src]

impl StaticType for QueryRef[src]

impl Sync for QueryRef[src]

impl ToOwned for QueryRef[src]

type Owned = Query

The resulting type after obtaining ownership.

Auto Trait Implementations

impl RefUnwindSafe for QueryRef

impl Unpin for QueryRef

impl UnwindSafe for QueryRef

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.