Enum gdnative_visual_script::common::ThreadPriority [−][src]
#[repr(u32)]pub enum ThreadPriority { Low, Normal, High, }
Variants
Low
Normal
High
Trait Implementations
impl Hash for ThreadPriority
[src]
impl Hash for ThreadPriority
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for ThreadPriority
[src]
impl Clone for ThreadPriority
fn clone(&self) -> ThreadPriority
[src]
fn clone(&self) -> ThreadPriority
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ThreadPriority
[src]
impl Debug for ThreadPriority
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for ThreadPriority
[src]
impl Copy for ThreadPriority
impl Eq for ThreadPriority
[src]
impl Eq for ThreadPriority
impl PartialEq<ThreadPriority> for ThreadPriority
[src]
impl PartialEq<ThreadPriority> for ThreadPriority
Auto Trait Implementations
impl Send for ThreadPriority
impl Send for ThreadPriority
impl Sync for ThreadPriority
impl Sync for ThreadPriority