Enum gstreamer_sys::GstQueryType [] [src]

#[repr(C)]
pub enum GstQueryType { Unknown, Position, Duration, Latency, Jitter, Rate, Seeking, Segment, Convert, Formats, Buffering, Custom, Uri, Allocation, Scheduling, AcceptCaps, Caps, Drain, Context, }

Variants

Trait Implementations

impl Clone for GstQueryType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GstQueryType
[src]

impl Debug for GstQueryType
[src]

[src]

Formats the value using the given formatter.

impl Eq for GstQueryType
[src]

impl PartialEq for GstQueryType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.