Enum gstreamer::query::QueryView[][src]

pub enum QueryView<T> {
    Position(Position<T>),
    Duration(Duration<T>),
    Latency(Latency<T>),
    Jitter(Jitter<T>),
    Rate(Rate<T>),
    Seeking(Seeking<T>),
    Segment(Segment<T>),
    Convert(Convert<T>),
    Formats(Formats<T>),
    Buffering(Buffering<T>),
    Custom(Custom<T>),
    Uri(Uri<T>),
    Allocation(Allocation<T>),
    Scheduling(Scheduling<T>),
    AcceptCaps(AcceptCaps<T>),
    Caps(Caps<T>),
    Drain(Drain<T>),
    Context(Context<T>),
    Other(Other<T>),
    __NonExhaustive,
}

Variants

Trait Implementations

impl<T: Debug> Debug for QueryView<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for QueryView<T> where
    T: Send

impl<T> Sync for QueryView<T> where
    T: Sync