Enum gstreamer_sys::GstIteratorItem [] [src]

#[repr(C)]
pub enum GstIteratorItem { Skip, Pass, End, }

Variants

Trait Implementations

impl Clone for GstIteratorItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GstIteratorItem
[src]

impl Debug for GstIteratorItem
[src]

[src]

Formats the value using the given formatter.

impl Eq for GstIteratorItem
[src]

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