pub enum OptiForkGateMode {
Disabled,
Hit,
Miss,
Alternate,
Abort,
Controller,
}Expand description
Explicit OPTIPIPE diagnostic control. Forced modes are set only by optipipe-gate; the
increment-2 controller can also be armed by the server’s fresh-process research door.
Variants§
Trait Implementations§
Source§impl Clone for OptiForkGateMode
impl Clone for OptiForkGateMode
Source§fn clone(&self) -> OptiForkGateMode
fn clone(&self) -> OptiForkGateMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OptiForkGateMode
Source§impl Debug for OptiForkGateMode
impl Debug for OptiForkGateMode
impl Eq for OptiForkGateMode
Source§impl PartialEq for OptiForkGateMode
impl PartialEq for OptiForkGateMode
impl StructuralPartialEq for OptiForkGateMode
Auto Trait Implementations§
impl Freeze for OptiForkGateMode
impl RefUnwindSafe for OptiForkGateMode
impl Send for OptiForkGateMode
impl Sync for OptiForkGateMode
impl Unpin for OptiForkGateMode
impl UnsafeUnpin for OptiForkGateMode
impl UnwindSafe for OptiForkGateMode
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