pub struct TimeDomainKHR(/* private fields */);Expand description
Implementations§
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
pub const PRESENT_STAGE_LOCAL_EXT: Self
pub const SWAPCHAIN_LOCAL_EXT: Self
Trait Implementations§
Source§impl Clone for TimeDomainKHR
impl Clone for TimeDomainKHR
Source§fn clone(&self) -> TimeDomainKHR
fn clone(&self) -> TimeDomainKHR
Returns a duplicate 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§impl PartialOrd for TimeDomainKHR
impl PartialOrd for TimeDomainKHR
impl 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