Struct gstreamer::query::Query[][src]

pub struct Query { /* fields omitted */ }

Implementations

impl Query[src]

pub unsafe fn from_glib_none(ptr: *const GstQuery) -> Self[src]

pub unsafe fn from_glib_full(ptr: *const GstQuery) -> Self[src]

pub unsafe fn from_glib_borrow(ptr: *const GstQuery) -> Borrowed<Self>[src]

pub unsafe fn replace_ptr(&mut self, ptr: *mut GstQuery)[src]

pub fn make_mut(&mut self) -> &mut QueryRef[src]

pub fn get_mut(&mut self) -> Option<&mut QueryRef>[src]

pub fn is_writable(&self) -> bool[src]

pub unsafe fn into_ptr(self) -> *mut GstQuery[src]

Methods from Deref<Target = QueryRef>

pub unsafe fn as_ptr(&self) -> *const GstQuery[src]

pub unsafe fn as_mut_ptr(&self) -> *mut GstQuery[src]

pub fn copy(&self) -> Query[src]

pub fn structure(&self) -> Option<&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]

Trait Implementations

impl AsMutPtr for Query[src]

unsafe fn as_mut_ptr(&self) -> *mut GstQuery[src]

impl AsPtr for Query[src]

unsafe fn as_ptr(&self) -> *mut GstQuery[src]

impl AsRef<QueryRef> for Query[src]

fn as_ref(&self) -> &QueryRef[src]

Performs the conversion.

impl Borrow<QueryRef> for Query[src]

fn borrow(&self) -> &QueryRef[src]

Immutably borrows from an owned value. Read more

impl Clone for Query[src]

fn clone(&self) -> Self[src]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Query[src]

fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]

Formats the value using the given formatter. Read more

impl Deref for Query[src]

type Target = QueryRef

The resulting type after dereferencing.

fn deref(&self) -> &Self::Target[src]

Dereferences the value.

impl Drop for Query[src]

fn drop(&mut self)[src]

Executes the destructor for this type. Read more

impl From<AcceptCaps<Query>> for Query[src]

fn from(concrete: AcceptCaps<Query>) -> Self[src]

Performs the conversion.

impl From<Allocation<Query>> for Query[src]

fn from(concrete: Allocation<Query>) -> Self[src]

Performs the conversion.

impl From<Bitrate<Query>> for Query[src]

fn from(concrete: Bitrate<Query>) -> Self[src]

Performs the conversion.

impl From<Buffering<Query>> for Query[src]

fn from(concrete: Buffering<Query>) -> Self[src]

Performs the conversion.

impl From<Caps<Query>> for Query[src]

fn from(concrete: Caps<Query>) -> Self[src]

Performs the conversion.

impl From<Context<Query>> for Query[src]

fn from(concrete: Context<Query>) -> Self[src]

Performs the conversion.

impl From<Convert<Query>> for Query[src]

fn from(concrete: Convert<Query>) -> Self[src]

Performs the conversion.

impl From<Custom<Query>> for Query[src]

fn from(concrete: Custom<Query>) -> Self[src]

Performs the conversion.

impl From<Drain<Query>> for Query[src]

fn from(concrete: Drain<Query>) -> Self[src]

Performs the conversion.

impl From<Duration<Query>> for Query[src]

fn from(concrete: Duration<Query>) -> Self[src]

Performs the conversion.

impl From<Formats<Query>> for Query[src]

fn from(concrete: Formats<Query>) -> Self[src]

Performs the conversion.

impl From<Latency<Query>> for Query[src]

fn from(concrete: Latency<Query>) -> Self[src]

Performs the conversion.

impl From<Other<Query>> for Query[src]

fn from(concrete: Other<Query>) -> Self[src]

Performs the conversion.

impl From<Position<Query>> for Query[src]

fn from(concrete: Position<Query>) -> Self[src]

Performs the conversion.

impl From<Scheduling<Query>> for Query[src]

fn from(concrete: Scheduling<Query>) -> Self[src]

Performs the conversion.

impl From<Seeking<Query>> for Query[src]

fn from(concrete: Seeking<Query>) -> Self[src]

Performs the conversion.

impl From<Segment<Query>> for Query[src]

fn from(concrete: Segment<Query>) -> Self[src]

Performs the conversion.

impl From<Uri<Query>> for Query[src]

fn from(concrete: Uri<Query>) -> Self[src]

Performs the conversion.

impl FromGlibContainerAsVec<*mut GstQuery, *const *mut GstQuery> for Query[src]

unsafe fn from_glib_none_num_as_vec(
    ptr: *const *mut GstQuery,
    num: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_container_num_as_vec(
    _: *const *mut GstQuery,
    _: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_full_num_as_vec(
    _: *const *mut GstQuery,
    _: usize
) -> Vec<Self>
[src]

impl FromGlibContainerAsVec<*mut GstQuery, *mut *mut GstQuery> for Query[src]

unsafe fn from_glib_none_num_as_vec(
    ptr: *mut *mut GstQuery,
    num: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_container_num_as_vec(
    ptr: *mut *mut GstQuery,
    num: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_full_num_as_vec(
    ptr: *mut *mut GstQuery,
    num: usize
) -> Vec<Self>
[src]

impl FromGlibPtrArrayContainerAsVec<*mut GstQuery, *const *mut GstQuery> for Query[src]

unsafe fn from_glib_none_as_vec(ptr: *const *mut GstQuery) -> Vec<Self>[src]

unsafe fn from_glib_container_as_vec(_: *const *mut GstQuery) -> Vec<Self>[src]

unsafe fn from_glib_full_as_vec(_: *const *mut GstQuery) -> Vec<Self>[src]

impl FromGlibPtrArrayContainerAsVec<*mut GstQuery, *mut *mut GstQuery> for Query[src]

unsafe fn from_glib_none_as_vec(ptr: *mut *mut GstQuery) -> Vec<Self>[src]

unsafe fn from_glib_container_as_vec(ptr: *mut *mut GstQuery) -> Vec<Self>[src]

unsafe fn from_glib_full_as_vec(ptr: *mut *mut GstQuery) -> Vec<Self>[src]

impl FromGlibPtrBorrow<*const GstQuery> for Query[src]

unsafe fn from_glib_borrow(ptr: *const GstQuery) -> Borrowed<Self>[src]

Safety Read more

impl FromGlibPtrBorrow<*mut GstQuery> for Query[src]

unsafe fn from_glib_borrow(ptr: *mut GstQuery) -> Borrowed<Self>[src]

Safety Read more

impl FromGlibPtrFull<*const GstQuery> for Query[src]

unsafe fn from_glib_full(ptr: *const GstQuery) -> Self[src]

Safety Read more

impl FromGlibPtrFull<*mut GstQuery> for Query[src]

unsafe fn from_glib_full(ptr: *mut GstQuery) -> Self[src]

Safety Read more

impl FromGlibPtrNone<*const GstQuery> for Query[src]

unsafe fn from_glib_none(ptr: *const GstQuery) -> Self[src]

Safety Read more

impl FromGlibPtrNone<*mut GstQuery> for Query[src]

unsafe fn from_glib_none(ptr: *mut GstQuery) -> Self[src]

Safety Read more

impl<'a> FromValue<'a> for Query[src]

type Checker = GenericValueTypeOrNoneChecker<Self>

Value type checker.

unsafe fn from_value(value: &'a Value) -> Self[src]

Get the contained value from a Value. Read more

impl GlibPtrDefault for Query[src]

type GlibType = *mut GstQuery

impl StaticType for Query[src]

fn static_type() -> Type[src]

Returns the type identifier of Self.

impl<'a> ToGlibContainerFromSlice<'a, *const *mut GstQuery> for Query[src]

impl<'a> ToGlibContainerFromSlice<'a, *mut *mut GstQuery> for Query[src]

type Storage = (Vec<Stash<'a, *mut GstQuery, Self>>, Option<Vec<*mut GstQuery>>)

fn to_glib_none_from_slice(
    t: &'a [Query]
) -> (*mut *mut GstQuery, Self::Storage)
[src]

fn to_glib_container_from_slice(
    t: &'a [Query]
) -> (*mut *mut GstQuery, Self::Storage)
[src]

fn to_glib_full_from_slice(t: &[Query]) -> *mut *mut GstQuery[src]

impl<'a> ToGlibPtr<'a, *const GstQuery> for Query[src]

type Storage = &'a Self

fn to_glib_none(&'a self) -> Stash<'a, *const GstQuery, Self>[src]

Transfer: none. Read more

fn to_glib_full(&self) -> *const GstQuery[src]

Transfer: full. Read more

fn to_glib_container(&'a self) -> Stash<'a, P, Self>[src]

Transfer: container. Read more

impl<'a> ToGlibPtr<'a, *mut GstQuery> for Query[src]

type Storage = &'a Self

fn to_glib_none(&'a self) -> Stash<'a, *mut GstQuery, Self>[src]

Transfer: none. Read more

fn to_glib_full(&self) -> *mut GstQuery[src]

Transfer: full. Read more

fn to_glib_container(&'a self) -> Stash<'a, P, Self>[src]

Transfer: container. Read more

impl<'a> ToGlibPtrMut<'a, *mut GstQuery> for Query[src]

type Storage = &'a mut Self

fn to_glib_none_mut(&'a mut self) -> StashMut<'_, *mut GstQuery, Self>[src]

Transfer: none. Read more

impl ToValue for Query[src]

fn to_value(&self) -> Value[src]

Convert a value to a Value.

fn value_type(&self) -> Type[src]

Returns the type identifer of self. Read more

impl ToValueOptional for Query[src]

fn to_value_optional(s: Option<&Self>) -> Value[src]

Convert an Option to a Value.

impl ValueType for Query[src]

type Type = Self

Type to get the Type from. Read more

impl Send for Query[src]

impl Sync for Query[src]

Auto Trait Implementations

impl RefUnwindSafe for Query

impl Unpin for Query

impl UnwindSafe for Query

Blanket Implementations

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

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

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

pub fn into(self) -> U[src]

Performs the conversion.

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

type Owned = T

The resulting type after obtaining ownership.

pub fn to_owned(&self) -> T[src]

Creates owned data from borrowed data, usually by cloning. Read more

pub fn clone_into(&self, target: &mut T)[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

impl<T> ToSendValue for T where
    T: Send + ToValue + ?Sized
[src]

pub fn to_send_value(&self) -> SendValue[src]

Returns a SendValue clone of self.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.

impl<'a, T, C> FromValueOptional<'a> for T where
    C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
    T: FromValue<'a, Checker = C>, 
[src]