Enum gdnative_common::ThreadPriority [−][src]
#[repr(u32)]pub enum ThreadPriority { Low, Normal, High, }
Variants
LowNormalHigh
Trait Implementations
impl Copy for ThreadPriority[src]
impl Copy for ThreadPriorityimpl Clone for ThreadPriority[src]
impl Clone for ThreadPriorityfn clone(&self) -> ThreadPriority[src]
fn clone(&self) -> ThreadPriorityReturns 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 ThreadPriorityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ThreadPriority[src]
impl PartialEq for ThreadPriorityfn eq(&self, other: &ThreadPriority) -> bool[src]
fn eq(&self, other: &ThreadPriority) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ThreadPriority[src]
impl Eq for ThreadPriorityimpl Hash for ThreadPriority[src]
impl Hash for ThreadPriorityAuto Trait Implementations
impl Send for ThreadPriority
impl Send for ThreadPriorityimpl Sync for ThreadPriority
impl Sync for ThreadPriority