Struct rust_corosync::cmap::Handle [−][src]
pub struct Handle { /* fields omitted */ }Expand description
A handle returned from initialize, needs to be passed to all other cmap API calls
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Handle
impl UnwindSafe for Handle
Blanket Implementations
Mutably borrows from an owned value. Read more