Enum std::thread::LocalKeyStateUnstable
[-] [+]
[src]
pub enum LocalKeyState { Uninitialized, Valid, Destroyed, }
Indicator of the state of a thread local storage key.
pub enum LocalKeyState { Uninitialized, Valid, Destroyed, }
Indicator of the state of a thread local storage key.
impl Clone for LocalKeyState
fn clone(&self) -> LocalKeyState
fn clone_from(&mut self, source: &Self)
impl Copy for LocalKeyState
impl PartialEq for LocalKeyState
fn eq(&self, __arg_0: &LocalKeyState) -> bool
fn ne(&self, __arg_0: &LocalKeyState) -> bool
impl Eq for LocalKeyState
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).