#[repr(i32)]pub enum VkSemaphoreType {
Binary = 0,
Timeline = 1,
}Expand description
Wrapper for VkSemaphoreType.
Variants§
Trait Implementations§
Source§impl Clone for VkSemaphoreType
impl Clone for VkSemaphoreType
Source§fn clone(&self) -> VkSemaphoreType
fn clone(&self) -> VkSemaphoreType
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 VkSemaphoreType
impl Debug for VkSemaphoreType
Source§impl Default for VkSemaphoreType
impl Default for VkSemaphoreType
Source§fn default() -> VkSemaphoreType
fn default() -> VkSemaphoreType
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkSemaphoreType
impl PartialEq for VkSemaphoreType
impl Copy for VkSemaphoreType
impl StructuralPartialEq for VkSemaphoreType
Auto Trait Implementations§
impl Freeze for VkSemaphoreType
impl RefUnwindSafe for VkSemaphoreType
impl Send for VkSemaphoreType
impl Sync for VkSemaphoreType
impl Unpin for VkSemaphoreType
impl UnwindSafe for VkSemaphoreType
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