Struct ash::vk::InternalAllocationType
source · #[repr(transparent)]pub struct InternalAllocationType(_);
Expand description
Implementations§
source§impl InternalAllocationType
impl InternalAllocationType
pub const EXECUTABLE: Self = _
Trait Implementations§
source§impl Clone for InternalAllocationType
impl Clone for InternalAllocationType
source§fn clone(&self) -> InternalAllocationType
fn clone(&self) -> InternalAllocationType
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 InternalAllocationType
impl Debug for InternalAllocationType
source§impl Default for InternalAllocationType
impl Default for InternalAllocationType
source§fn default() -> InternalAllocationType
fn default() -> InternalAllocationType
Returns the “default value” for a type. Read more
source§impl Hash for InternalAllocationType
impl Hash for InternalAllocationType
source§impl Ord for InternalAllocationType
impl Ord for InternalAllocationType
source§fn cmp(&self, other: &InternalAllocationType) -> Ordering
fn cmp(&self, other: &InternalAllocationType) -> 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<InternalAllocationType> for InternalAllocationType
impl PartialEq<InternalAllocationType> for InternalAllocationType
source§fn eq(&self, other: &InternalAllocationType) -> bool
fn eq(&self, other: &InternalAllocationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<InternalAllocationType> for InternalAllocationType
impl PartialOrd<InternalAllocationType> for InternalAllocationType
source§fn partial_cmp(&self, other: &InternalAllocationType) -> Option<Ordering>
fn partial_cmp(&self, other: &InternalAllocationType) -> 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