pub type SemaphoreTypeKHR = SemaphoreType;
Aliased Type§
struct SemaphoreTypeKHR(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl SemaphoreType
impl SemaphoreType
Source§impl SemaphoreType
Generated from ‘VK_KHR_timeline_semaphore’
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