Struct parking_lot_core::UnparkToken
source · pub struct UnparkToken(pub usize);
Expand description
A value which is passed from an unparker to a parked thread.
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for UnparkToken
impl Clone for UnparkToken
source§fn clone(&self) -> UnparkToken
fn clone(&self) -> UnparkToken
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 more