Enum gstreamer::ClockSuccess [−][src]
pub enum ClockSuccess { Ok, Done, }
Variants
Trait Implementations
Performs the conversion.
type Error = ClockError
Auto Trait Implementations
impl RefUnwindSafe for ClockSuccess
impl Send for ClockSuccess
impl Sync for ClockSuccess
impl Unpin for ClockSuccess
impl UnwindSafe for ClockSuccess
Blanket Implementations
Mutably borrows from an owned value. Read more