#[repr(i32)]pub enum VkInternalAllocationType {
Executable = 0,
}Variants§
Executable = 0
Trait Implementations§
Source§impl Clone for VkInternalAllocationType
impl Clone for VkInternalAllocationType
Source§fn clone(&self) -> VkInternalAllocationType
fn clone(&self) -> VkInternalAllocationType
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 VkInternalAllocationType
impl Debug for VkInternalAllocationType
Source§impl Hash for VkInternalAllocationType
impl Hash for VkInternalAllocationType
Source§impl PartialEq for VkInternalAllocationType
impl PartialEq for VkInternalAllocationType
impl Copy for VkInternalAllocationType
impl Eq for VkInternalAllocationType
impl StructuralPartialEq for VkInternalAllocationType
Auto Trait Implementations§
impl Freeze for VkInternalAllocationType
impl RefUnwindSafe for VkInternalAllocationType
impl Send for VkInternalAllocationType
impl Sync for VkInternalAllocationType
impl Unpin for VkInternalAllocationType
impl UnwindSafe for VkInternalAllocationType
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