pub type QueueGlobalPriorityEXT = QueueGlobalPriorityKHR;
Aliased Type§
struct QueueGlobalPriorityEXT(pub(crate) i32);
Fields§
§0: i32
Implementations
Trait Implementations
Source§impl Clone for QueueGlobalPriorityKHR
impl Clone for QueueGlobalPriorityKHR
Source§fn clone(&self) -> QueueGlobalPriorityKHR
fn clone(&self) -> QueueGlobalPriorityKHR
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 moreSource§impl Debug for QueueGlobalPriorityKHR
impl Debug for QueueGlobalPriorityKHR
Source§impl Default for QueueGlobalPriorityKHR
impl Default for QueueGlobalPriorityKHR
Source§fn default() -> QueueGlobalPriorityKHR
fn default() -> QueueGlobalPriorityKHR
Returns the “default value” for a type. Read more
Source§impl Hash for QueueGlobalPriorityKHR
impl Hash for QueueGlobalPriorityKHR
Source§impl Ord for QueueGlobalPriorityKHR
impl Ord for QueueGlobalPriorityKHR
Source§fn cmp(&self, other: &QueueGlobalPriorityKHR) -> Ordering
fn cmp(&self, other: &QueueGlobalPriorityKHR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more