Enum socket_priority::Priority
[−]
[src]
pub enum Priority { Interactive, Default, InteractiveBulk, Bulk, }
Variants
Interactive
Default
InteractiveBulk
Bulk
Trait Implementations
impl Debug for Priority
[src]
impl Copy for Priority
[src]
impl Clone for Priority
[src]
fn clone(&self) -> Priority
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more