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