Struct glib::source::CallbackGuard [] [src]

pub struct CallbackGuard(_);

Unwinding propagation guard. Aborts the process if destroyed while panicking.

Methods

impl CallbackGuard
[src]

[src]

Trait Implementations

impl Default for CallbackGuard
[src]

[src]

Returns the "default value" for a type. Read more

impl Drop for CallbackGuard
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for CallbackGuard

impl Sync for CallbackGuard