Struct ash::vk::SemaphoreType
source · pub struct SemaphoreType(/* private fields */);
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 for SemaphoreType
impl PartialEq 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 for SemaphoreType
impl PartialOrd 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 moreimpl Copy for SemaphoreType
impl Eq for SemaphoreType
impl StructuralPartialEq for SemaphoreType
Auto Trait Implementations§
impl Freeze for SemaphoreType
impl RefUnwindSafe for SemaphoreType
impl Send for SemaphoreType
impl Sync for SemaphoreType
impl Unpin for SemaphoreType
impl UnwindSafe for SemaphoreType
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