pub type TimeDomainEXT = TimeDomainKHR;
Aliased Type§
struct TimeDomainEXT(pub(crate) i32);
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
Generated from ‘VK_EXT_calibrated_timestamps’
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