Struct ash::vk::enums::TimeDomainKHR
source · #[repr(transparent)]pub struct TimeDomainKHR(pub(crate) i32);
Expand description
Tuple Fields§
§0: i32
Implementations§
source§impl TimeDomainKHR
impl TimeDomainKHR
source§impl TimeDomainKHR
impl TimeDomainKHR
pub const DEVICE: Self = _
pub const CLOCK_MONOTONIC: Self = _
pub const CLOCK_MONOTONIC_RAW: Self = _
pub const QUERY_PERFORMANCE_COUNTER: Self = _
source§impl TimeDomainKHR
impl TimeDomainKHR
Generated from ‘VK_EXT_calibrated_timestamps’
pub const DEVICE_EXT: Self = Self::DEVICE
pub const CLOCK_MONOTONIC_EXT: Self = Self::CLOCK_MONOTONIC
pub const CLOCK_MONOTONIC_RAW_EXT: Self = Self::CLOCK_MONOTONIC_RAW
pub const QUERY_PERFORMANCE_COUNTER_EXT: Self = Self::QUERY_PERFORMANCE_COUNTER
Trait Implementations§
source§impl Clone for TimeDomainKHR
impl Clone for TimeDomainKHR
source§fn clone(&self) -> TimeDomainKHR
fn clone(&self) -> TimeDomainKHR
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 TimeDomainKHR
impl Debug for TimeDomainKHR
source§impl Default for TimeDomainKHR
impl Default for TimeDomainKHR
source§fn default() -> TimeDomainKHR
fn default() -> TimeDomainKHR
Returns the “default value” for a type. Read more
source§impl Hash for TimeDomainKHR
impl Hash for TimeDomainKHR
source§impl Ord for TimeDomainKHR
impl Ord for TimeDomainKHR
source§fn cmp(&self, other: &TimeDomainKHR) -> Ordering
fn cmp(&self, other: &TimeDomainKHR) -> 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 TimeDomainKHR
impl PartialEq for TimeDomainKHR
source§fn eq(&self, other: &TimeDomainKHR) -> bool
fn eq(&self, other: &TimeDomainKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TimeDomainKHR
impl PartialOrd for TimeDomainKHR
source§fn partial_cmp(&self, other: &TimeDomainKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &TimeDomainKHR) -> 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 TimeDomainKHR
impl Eq for TimeDomainKHR
impl StructuralPartialEq for TimeDomainKHR
Auto Trait Implementations§
impl Freeze for TimeDomainKHR
impl RefUnwindSafe for TimeDomainKHR
impl Send for TimeDomainKHR
impl Sync for TimeDomainKHR
impl Unpin for TimeDomainKHR
impl UnwindSafe for TimeDomainKHR
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