#[repr(u32)]pub enum VulkanEventRenderPassPreCondition {
DontCare = 0,
EnsureInside = 1,
EnsureOutside = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for VulkanEventRenderPassPreCondition
impl Clone for VulkanEventRenderPassPreCondition
Source§fn clone(&self) -> VulkanEventRenderPassPreCondition
fn clone(&self) -> VulkanEventRenderPassPreCondition
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 PartialEq for VulkanEventRenderPassPreCondition
impl PartialEq for VulkanEventRenderPassPreCondition
Source§fn eq(&self, other: &VulkanEventRenderPassPreCondition) -> bool
fn eq(&self, other: &VulkanEventRenderPassPreCondition) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VulkanEventRenderPassPreCondition
impl Eq for VulkanEventRenderPassPreCondition
impl StructuralPartialEq for VulkanEventRenderPassPreCondition
Auto Trait Implementations§
impl Freeze for VulkanEventRenderPassPreCondition
impl RefUnwindSafe for VulkanEventRenderPassPreCondition
impl Send for VulkanEventRenderPassPreCondition
impl Sync for VulkanEventRenderPassPreCondition
impl Unpin for VulkanEventRenderPassPreCondition
impl UnwindSafe for VulkanEventRenderPassPreCondition
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