Enum rust_corosync::cpg::FlowControlState
source · [−]pub enum FlowControlState {
Disabled,
Enabled,
}Expand description
Flow control state returned from flow_control_state_get
Variants
Disabled
Enabled
Trait Implementations
sourceimpl Clone for FlowControlState
impl Clone for FlowControlState
sourcefn clone(&self) -> FlowControlState
fn clone(&self) -> FlowControlState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlowControlState
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more