Struct glib::MainLoop
[−]
[src]
pub struct MainLoop(_);
Methods
impl MainLoop
[src]
fn new<'a, P: Into<Option<&'a MainContext>>>(
context: P,
is_running: bool
) -> MainLoop
context: P,
is_running: bool
) -> MainLoop
fn get_context(&self) -> Option<MainContext>
fn is_running(&self) -> bool
fn quit(&self)
fn run(&self)
Trait Implementations
impl Clone for MainLoop
[src]
fn clone(&self) -> MainLoop
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more