Struct ash::vk::QueueGlobalPriorityKHR
source · #[repr(transparent)]pub struct QueueGlobalPriorityKHR(_);
Expand description
Implementations§
source§impl QueueGlobalPriorityKHR
impl QueueGlobalPriorityKHR
pub const LOW: Self = _
pub const MEDIUM: Self = _
pub const HIGH: Self = _
pub const REALTIME: Self = _
pub const LOW_EXT: Self = Self::LOW
pub const MEDIUM_EXT: Self = Self::MEDIUM
pub const HIGH_EXT: Self = Self::HIGH
pub const REALTIME_EXT: Self = Self::REALTIME
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
source§impl PartialEq<QueueGlobalPriorityKHR> for QueueGlobalPriorityKHR
impl PartialEq<QueueGlobalPriorityKHR> for QueueGlobalPriorityKHR
source§fn eq(&self, other: &QueueGlobalPriorityKHR) -> bool
fn eq(&self, other: &QueueGlobalPriorityKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<QueueGlobalPriorityKHR> for QueueGlobalPriorityKHR
impl PartialOrd<QueueGlobalPriorityKHR> for QueueGlobalPriorityKHR
source§fn partial_cmp(&self, other: &QueueGlobalPriorityKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &QueueGlobalPriorityKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more