#[repr(C)]pub enum VkAttachmentStoreOp {
VK_ATTACHMENT_STORE_OP_STORE = 0,
VK_ATTACHMENT_STORE_OP_DONT_CARE = 1,
VK_ATTACHMENT_STORE_OP_NONE = 1_000_301_000,
VK_ATTACHMENT_STORE_OP_MAX_ENUM = 2_147_483_647,
}Variants§
VK_ATTACHMENT_STORE_OP_STORE = 0
VK_ATTACHMENT_STORE_OP_DONT_CARE = 1
VK_ATTACHMENT_STORE_OP_NONE = 1_000_301_000
VK_ATTACHMENT_STORE_OP_MAX_ENUM = 2_147_483_647
Implementations§
Source§impl VkAttachmentStoreOp
impl VkAttachmentStoreOp
pub const VK_ATTACHMENT_STORE_OP_NONE_KHR: VkAttachmentStoreOp = VkAttachmentStoreOp::VK_ATTACHMENT_STORE_OP_NONE
pub const VK_ATTACHMENT_STORE_OP_NONE_QCOM: VkAttachmentStoreOp = VkAttachmentStoreOp::VK_ATTACHMENT_STORE_OP_NONE
pub const VK_ATTACHMENT_STORE_OP_NONE_EXT: VkAttachmentStoreOp = VkAttachmentStoreOp::VK_ATTACHMENT_STORE_OP_NONE
Trait Implementations§
Source§impl Clone for VkAttachmentStoreOp
impl Clone for VkAttachmentStoreOp
Source§fn clone(&self) -> VkAttachmentStoreOp
fn clone(&self) -> VkAttachmentStoreOp
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 VkAttachmentStoreOp
impl Debug for VkAttachmentStoreOp
Source§impl PartialEq for VkAttachmentStoreOp
impl PartialEq for VkAttachmentStoreOp
impl Copy for VkAttachmentStoreOp
impl StructuralPartialEq for VkAttachmentStoreOp
Auto Trait Implementations§
impl Freeze for VkAttachmentStoreOp
impl RefUnwindSafe for VkAttachmentStoreOp
impl Send for VkAttachmentStoreOp
impl Sync for VkAttachmentStoreOp
impl Unpin for VkAttachmentStoreOp
impl UnwindSafe for VkAttachmentStoreOp
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