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