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 duplicate 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 Freeze for FlowControlState
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