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 FlowControlState
impl Send for FlowControlState
impl Sync for FlowControlState
impl Unpin for FlowControlState
impl UnwindSafe for FlowControlState
Blanket Implementations
Mutably borrows from an owned value. Read more