Struct gst::mainloop::MainLoop [] [src]

pub struct MainLoop {
    // some fields omitted
}

Methods

impl MainLoop
[src]

fn new() -> MainLoop

fn spawn(&mut self)

fn run(&mut self)

fn quit(&mut self)

Trait Implementations

impl Sync for MainLoop
[src]

impl Send for MainLoop
[src]

impl Drop for MainLoop
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more