Enum rust_corosync::cfg::ShutdownReply [−][src]
pub enum ShutdownReply {
Yes,
No,
}Expand description
Responses for reply_to_shutdown
Variants
Auto Trait Implementations
impl RefUnwindSafe for ShutdownReplyimpl Send for ShutdownReplyimpl Sync for ShutdownReplyimpl Unpin for ShutdownReplyimpl UnwindSafe for ShutdownReply