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