#[repr(i32)]pub enum CommandQueuePriority {
Normal = 0,
High = 100,
GlobalRealTime = 10_000,
}Variants§
Trait Implementations§
Source§impl Clone for CommandQueuePriority
impl Clone for CommandQueuePriority
Source§fn clone(&self) -> CommandQueuePriority
fn clone(&self) -> CommandQueuePriority
Returns a duplicate 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 moreSource§impl Debug for CommandQueuePriority
impl Debug for CommandQueuePriority
impl Copy for CommandQueuePriority
Auto Trait Implementations§
impl Freeze for CommandQueuePriority
impl RefUnwindSafe for CommandQueuePriority
impl Send for CommandQueuePriority
impl Sync for CommandQueuePriority
impl Unpin for CommandQueuePriority
impl UnwindSafe for CommandQueuePriority
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more