pub enum PerformanceChoice {
Threads(u8),
InterPacketGap(usize),
Default,
}Expand description
Only one Performance choice can be chosen
Variants§
Trait Implementations§
Source§impl Clone for PerformanceChoice
impl Clone for PerformanceChoice
Source§fn clone(&self) -> PerformanceChoice
fn clone(&self) -> PerformanceChoice
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 moreSource§impl Debug for PerformanceChoice
impl Debug for PerformanceChoice
Source§impl PartialEq for PerformanceChoice
impl PartialEq for PerformanceChoice
impl Copy for PerformanceChoice
impl StructuralPartialEq for PerformanceChoice
Auto Trait Implementations§
impl Freeze for PerformanceChoice
impl RefUnwindSafe for PerformanceChoice
impl Send for PerformanceChoice
impl Sync for PerformanceChoice
impl Unpin for PerformanceChoice
impl UnwindSafe for PerformanceChoice
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