Struct gstreamer::query::Scheduling
source · [−]pub struct Scheduling<T>(_);Implementations
sourceimpl Scheduling<Query>
impl Scheduling<Query>
sourceimpl<T: AsPtr> Scheduling<T>
impl<T: AsPtr> Scheduling<T>
pub fn has_scheduling_mode(&self, mode: PadMode) -> bool
pub fn has_scheduling_mode_with_flags(
&self,
mode: PadMode,
flags: SchedulingFlags
) -> bool
pub fn scheduling_modes(&self) -> Vec<PadMode>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn result(&self) -> (SchedulingFlags, i32, i32, i32)
sourceimpl<T: AsMutPtr> Scheduling<T>
impl<T: AsMutPtr> Scheduling<T>
Methods from Deref<Target = QueryRef>
pub unsafe fn as_ptr(&self) -> *const GstQuery
pub unsafe fn as_mut_ptr(&self) -> *mut GstQuery
pub fn copy(&self) -> Query
pub fn upcast_ref(&self) -> &MiniObjectRef
pub fn upcast_mut(&mut self) -> &mut MiniObjectRef
pub fn structure(&self) -> Option<&StructureRef>
pub fn structure_mut(&mut self) -> &mut StructureRef
pub fn is_downstream(&self) -> bool
pub fn is_upstream(&self) -> bool
pub fn is_serialized(&self) -> bool
pub fn view(&self) -> QueryView<&Self>
pub fn view_mut(&mut self) -> QueryView<&mut Self>
Trait Implementations
sourceimpl<T: Debug> Debug for Scheduling<T>
impl<T: Debug> Debug for Scheduling<T>
sourceimpl Default for Scheduling<Query>
impl Default for Scheduling<Query>
sourceimpl<'a> Deref for Scheduling<&'a QueryRef>
impl<'a> Deref for Scheduling<&'a QueryRef>
sourceimpl<'a> Deref for Scheduling<&'a mut QueryRef>
impl<'a> Deref for Scheduling<&'a mut QueryRef>
sourceimpl Deref for Scheduling<Query>
impl Deref for Scheduling<Query>
sourceimpl DerefMut for Scheduling<Query>
impl DerefMut for Scheduling<Query>
sourceimpl From<Scheduling<Query>> for Query
impl From<Scheduling<Query>> for Query
sourcefn from(concrete: Scheduling<Query>) -> Self
fn from(concrete: Scheduling<Query>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl<T> RefUnwindSafe for Scheduling<T> where
T: RefUnwindSafe,
impl<T> Send for Scheduling<T> where
T: Send,
impl<T> Sync for Scheduling<T> where
T: Sync,
impl<T> Unpin for Scheduling<T> where
T: Unpin,
impl<T> UnwindSafe for Scheduling<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more