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