#[repr(i32)]pub enum VkSystemAllocationScope {
Command = 0,
Object = 1,
Cache = 2,
Device = 3,
Instance = 4,
}Variants§
Trait Implementations§
Source§impl Clone for VkSystemAllocationScope
impl Clone for VkSystemAllocationScope
Source§fn clone(&self) -> VkSystemAllocationScope
fn clone(&self) -> VkSystemAllocationScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkSystemAllocationScope
Source§impl Debug for VkSystemAllocationScope
impl Debug for VkSystemAllocationScope
impl Eq for VkSystemAllocationScope
Source§impl Hash for VkSystemAllocationScope
impl Hash for VkSystemAllocationScope
Source§impl PartialEq for VkSystemAllocationScope
impl PartialEq for VkSystemAllocationScope
Source§fn eq(&self, other: &VkSystemAllocationScope) -> bool
fn eq(&self, other: &VkSystemAllocationScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VkSystemAllocationScope
Auto Trait Implementations§
impl Freeze for VkSystemAllocationScope
impl RefUnwindSafe for VkSystemAllocationScope
impl Send for VkSystemAllocationScope
impl Sync for VkSystemAllocationScope
impl Unpin for VkSystemAllocationScope
impl UnsafeUnpin for VkSystemAllocationScope
impl UnwindSafe for VkSystemAllocationScope
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