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

pub struct CallbackGuard(_);
Deprecated

: Rustc has this functionality built-in since 1.26.0

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

Methods

impl CallbackGuard
[src]

Trait Implementations

impl Default for CallbackGuard
[src]

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

impl Drop for CallbackGuard
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for CallbackGuard

impl Sync for CallbackGuard