Struct screen_13::prelude::vk::QueryResultStatusKHR
source · pub struct QueryResultStatusKHR(_);Expand description
Implementations§
source§impl QueryResultStatusKHR
impl QueryResultStatusKHR
pub const ERROR: QueryResultStatusKHR = Self(-1)
pub const NOT_READY: QueryResultStatusKHR = Self(0)
pub const COMPLETE: QueryResultStatusKHR = Self(1)
Trait Implementations§
source§impl Clone for QueryResultStatusKHR
impl Clone for QueryResultStatusKHR
source§fn clone(&self) -> QueryResultStatusKHR
fn clone(&self) -> QueryResultStatusKHR
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 QueryResultStatusKHR
impl Debug for QueryResultStatusKHR
source§impl Default for QueryResultStatusKHR
impl Default for QueryResultStatusKHR
source§fn default() -> QueryResultStatusKHR
fn default() -> QueryResultStatusKHR
Returns the “default value” for a type. Read more
source§impl Hash for QueryResultStatusKHR
impl Hash for QueryResultStatusKHR
source§impl Ord for QueryResultStatusKHR
impl Ord for QueryResultStatusKHR
source§fn cmp(&self, other: &QueryResultStatusKHR) -> Ordering
fn cmp(&self, other: &QueryResultStatusKHR) -> 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<QueryResultStatusKHR> for QueryResultStatusKHR
impl PartialEq<QueryResultStatusKHR> for QueryResultStatusKHR
source§fn eq(&self, other: &QueryResultStatusKHR) -> bool
fn eq(&self, other: &QueryResultStatusKHR) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<QueryResultStatusKHR> for QueryResultStatusKHR
impl PartialOrd<QueryResultStatusKHR> for QueryResultStatusKHR
source§fn partial_cmp(&self, other: &QueryResultStatusKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryResultStatusKHR) -> 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