Struct rust_corosync::cfg::Handle [−][src]
pub struct Handle { /* fields omitted */ }Expand description
A handle into the cfg library. returned from initialize and needed for all other calls
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Handle
impl UnwindSafe for Handle
Blanket Implementations
Mutably borrows from an owned value. Read more