pub struct QueueGlobalPriority(/* private fields */);Expand description
Implementations§
Source§impl QueueGlobalPriority
Generated from ‘VK_EXT_global_priority’
impl QueueGlobalPriority
Generated from ‘VK_EXT_global_priority’
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
Source§impl QueueGlobalPriority
Generated from ‘VK_KHR_global_priority’
impl QueueGlobalPriority
Generated from ‘VK_KHR_global_priority’
pub const LOW_KHR: Self = Self::LOW
pub const MEDIUM_KHR: Self = Self::MEDIUM
pub const HIGH_KHR: Self = Self::HIGH
pub const REALTIME_KHR: Self = Self::REALTIME
Trait Implementations§
Source§impl Clone for QueueGlobalPriority
impl Clone for QueueGlobalPriority
Source§fn clone(&self) -> QueueGlobalPriority
fn clone(&self) -> QueueGlobalPriority
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 QueueGlobalPriority
Available on crate feature debug only.
impl Debug for QueueGlobalPriority
Available on crate feature
debug only.Source§impl Default for QueueGlobalPriority
impl Default for QueueGlobalPriority
Source§fn default() -> QueueGlobalPriority
fn default() -> QueueGlobalPriority
Returns the “default value” for a type. Read more
Source§impl Hash for QueueGlobalPriority
impl Hash for QueueGlobalPriority
Source§impl Ord for QueueGlobalPriority
impl Ord for QueueGlobalPriority
Source§fn cmp(&self, other: &QueueGlobalPriority) -> Ordering
fn cmp(&self, other: &QueueGlobalPriority) -> 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 QueueGlobalPriority
impl PartialEq for QueueGlobalPriority
Source§impl PartialOrd for QueueGlobalPriority
impl PartialOrd for QueueGlobalPriority
impl Copy for QueueGlobalPriority
impl Eq for QueueGlobalPriority
impl StructuralPartialEq for QueueGlobalPriority
Auto Trait Implementations§
impl Freeze for QueueGlobalPriority
impl RefUnwindSafe for QueueGlobalPriority
impl Send for QueueGlobalPriority
impl Sync for QueueGlobalPriority
impl Unpin for QueueGlobalPriority
impl UnwindSafe for QueueGlobalPriority
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