#[repr(transparent)]pub struct QueryResultStatusKHR(_);Expand description
Implementations
sourceimpl QueryResultStatusKHR
impl QueryResultStatusKHR
pub const ERROR: QueryResultStatusKHR = Self(-1)
pub const NOT_READY: QueryResultStatusKHR = Self(0)
pub const COMPLETE: QueryResultStatusKHR = Self(1)
Trait Implementations
sourceimpl Clone for QueryResultStatusKHR
impl Clone for QueryResultStatusKHR
sourcefn clone(&self) -> QueryResultStatusKHR
fn clone(&self) -> QueryResultStatusKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for QueryResultStatusKHR
impl Debug for QueryResultStatusKHR
sourceimpl Default for QueryResultStatusKHR
impl Default for QueryResultStatusKHR
sourcefn default() -> QueryResultStatusKHR
fn default() -> QueryResultStatusKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for QueryResultStatusKHR
impl Hash for QueryResultStatusKHR
sourceimpl Ord for QueryResultStatusKHR
impl Ord for QueryResultStatusKHR
sourceimpl PartialEq<QueryResultStatusKHR> for QueryResultStatusKHR
impl PartialEq<QueryResultStatusKHR> for QueryResultStatusKHR
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &QueryResultStatusKHR) -> bool
fn ne(&self, other: &QueryResultStatusKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<QueryResultStatusKHR> for QueryResultStatusKHR
impl PartialOrd<QueryResultStatusKHR> for QueryResultStatusKHR
sourcefn partial_cmp(&self, other: &QueryResultStatusKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryResultStatusKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for QueryResultStatusKHR
impl Eq for QueryResultStatusKHR
impl StructuralEq for QueryResultStatusKHR
impl StructuralPartialEq for QueryResultStatusKHR
Auto Trait Implementations
impl RefUnwindSafe for QueryResultStatusKHR
impl Send for QueryResultStatusKHR
impl Sync for QueryResultStatusKHR
impl Unpin for QueryResultStatusKHR
impl UnwindSafe for QueryResultStatusKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more