Struct ash::vk::SemaphoreType
source · #[repr(transparent)]pub struct SemaphoreType(_);
Expand description
Implementations§
source§impl SemaphoreType
impl SemaphoreType
source§impl SemaphoreType
impl SemaphoreType
Generated from ‘VK_KHR_timeline_semaphore’
pub const BINARY_KHR: Self = Self::BINARY
pub const TIMELINE_KHR: Self = Self::TIMELINE
Trait Implementations§
source§impl Clone for SemaphoreType
impl Clone for SemaphoreType
source§fn clone(&self) -> SemaphoreType
fn clone(&self) -> SemaphoreType
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 SemaphoreType
impl Debug for SemaphoreType
source§impl Default for SemaphoreType
impl Default for SemaphoreType
source§fn default() -> SemaphoreType
fn default() -> SemaphoreType
Returns the “default value” for a type. Read more
source§impl Hash for SemaphoreType
impl Hash for SemaphoreType
source§impl Ord for SemaphoreType
impl Ord for SemaphoreType
source§fn cmp(&self, other: &SemaphoreType) -> Ordering
fn cmp(&self, other: &SemaphoreType) -> 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<SemaphoreType> for SemaphoreType
impl PartialEq<SemaphoreType> for SemaphoreType
source§fn eq(&self, other: &SemaphoreType) -> bool
fn eq(&self, other: &SemaphoreType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SemaphoreType> for SemaphoreType
impl PartialOrd<SemaphoreType> for SemaphoreType
source§fn partial_cmp(&self, other: &SemaphoreType) -> Option<Ordering>
fn partial_cmp(&self, other: &SemaphoreType) -> 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 more