Struct screen_13::prelude::vk::SystemAllocationScope
source · pub struct SystemAllocationScope(_);Expand description
Implementations§
source§impl SystemAllocationScope
impl SystemAllocationScope
pub const COMMAND: SystemAllocationScope = Self(0)
pub const OBJECT: SystemAllocationScope = Self(1)
pub const CACHE: SystemAllocationScope = Self(2)
pub const DEVICE: SystemAllocationScope = Self(3)
pub const INSTANCE: SystemAllocationScope = Self(4)
Trait Implementations§
source§impl Clone for SystemAllocationScope
impl Clone for SystemAllocationScope
source§fn clone(&self) -> SystemAllocationScope
fn clone(&self) -> SystemAllocationScope
Returns a copy 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 SystemAllocationScope
impl Debug for SystemAllocationScope
source§impl Default for SystemAllocationScope
impl Default for SystemAllocationScope
source§fn default() -> SystemAllocationScope
fn default() -> SystemAllocationScope
Returns the “default value” for a type. Read more
source§impl Hash for SystemAllocationScope
impl Hash for SystemAllocationScope
source§impl Ord for SystemAllocationScope
impl Ord for SystemAllocationScope
source§fn cmp(&self, other: &SystemAllocationScope) -> Ordering
fn cmp(&self, other: &SystemAllocationScope) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SystemAllocationScope> for SystemAllocationScope
impl PartialEq<SystemAllocationScope> for SystemAllocationScope
source§fn eq(&self, other: &SystemAllocationScope) -> bool
fn eq(&self, other: &SystemAllocationScope) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SystemAllocationScope> for SystemAllocationScope
impl PartialOrd<SystemAllocationScope> for SystemAllocationScope
source§fn partial_cmp(&self, other: &SystemAllocationScope) -> Option<Ordering>
fn partial_cmp(&self, other: &SystemAllocationScope) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more