Enum gstreamer_sys::GstEventType [] [src]

#[repr(C)]
pub enum GstEventType { Unknown, FlushStart, FlushStop, StreamStart, Caps, Segment, StreamCollection, Tag, Buffersize, SinkMessage, StreamGroupDone, Eos, Toc, Protection, SegmentDone, Gap, Qos, Seek, Navigation, Latency, Step, Reconfigure, TocSelect, SelectStreams, CustomUpstream, CustomDownstream, CustomDownstreamOob, CustomDownstreamSticky, CustomBoth, CustomBothOob, }

Variants

Trait Implementations

impl Clone for GstEventType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GstEventType
[src]

impl Debug for GstEventType
[src]

[src]

Formats the value using the given formatter.

impl Eq for GstEventType
[src]

impl PartialEq for GstEventType
[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 !=.