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