Struct ash::vk::QueueGlobalPriorityKHR
source · pub struct QueueGlobalPriorityKHR(/* private fields */);
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 for QueueGlobalPriorityKHR
impl PartialEq 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 for QueueGlobalPriorityKHR
impl PartialOrd 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 moreimpl Copy for QueueGlobalPriorityKHR
impl Eq for QueueGlobalPriorityKHR
impl StructuralPartialEq for QueueGlobalPriorityKHR
Auto Trait Implementations§
impl Freeze for QueueGlobalPriorityKHR
impl RefUnwindSafe for QueueGlobalPriorityKHR
impl Send for QueueGlobalPriorityKHR
impl Sync for QueueGlobalPriorityKHR
impl Unpin for QueueGlobalPriorityKHR
impl UnwindSafe for QueueGlobalPriorityKHR
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