Enum rust_corosync::cpg::FlowControlState [−][src]
pub enum FlowControlState {
Disabled,
Enabled,
}Expand description
Flow control state returned from flow_control_state_get
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlowControlStateimpl Send for FlowControlStateimpl Sync for FlowControlStateimpl Unpin for FlowControlStateimpl UnwindSafe for FlowControlStateBlanket Implementations
Mutably borrows from an owned value. Read more