Struct ash::vk::InternalAllocationType
source · pub struct InternalAllocationType(/* private fields */);
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 for InternalAllocationType
impl PartialEq 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 for InternalAllocationType
impl PartialOrd 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 moreimpl Copy for InternalAllocationType
impl Eq for InternalAllocationType
impl StructuralPartialEq for InternalAllocationType
Auto Trait Implementations§
impl Freeze for InternalAllocationType
impl RefUnwindSafe for InternalAllocationType
impl Send for InternalAllocationType
impl Sync for InternalAllocationType
impl Unpin for InternalAllocationType
impl UnwindSafe for InternalAllocationType
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