Enum gstreamer_sys::GstClockReturn [] [src]

#[repr(C)]
pub enum GstClockReturn { Ok, Early, Unscheduled, Busy, Badtime, Error, Unsupported, Done, }

Variants

Trait Implementations

impl Clone for GstClockReturn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GstClockReturn
[src]

impl Debug for GstClockReturn
[src]

[src]

Formats the value using the given formatter.

impl Eq for GstClockReturn
[src]

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