#[repr(i32)]pub enum VkInternalAllocationType {
Executable = 0,
}Expand description
Wrapper for VkInternalAllocationType.
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 Default for VkInternalAllocationType
impl Default for VkInternalAllocationType
Source§fn default() -> VkInternalAllocationType
fn default() -> VkInternalAllocationType
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkInternalAllocationType
impl PartialEq for VkInternalAllocationType
impl Copy 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