#[repr(i32)]pub enum VkAttachmentStoreOp {
Store = 0,
DontCare = 1,
NoneQcom = 1_000_301_000,
}
Expand description
Wrapper for VkAttachmentStoreOp.
Variants§
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 Default for VkAttachmentStoreOp
impl Default for VkAttachmentStoreOp
Source§fn default() -> VkAttachmentStoreOp
fn default() -> VkAttachmentStoreOp
Returns the “default value” for a type. Read more
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