pub struct VkDeviceMemory(/* private fields */);Expand description
Khronos: VkDeviceMemory (non-dispatchable handle)
- Parent VkDevice
- Object Type Enum:
VK_OBJECT_TYPE_DEVICE_MEMORY
Implementations§
Trait Implementations§
Source§impl Clone for VkDeviceMemory
impl Clone for VkDeviceMemory
Source§fn clone(&self) -> VkDeviceMemory
fn clone(&self) -> VkDeviceMemory
Returns a duplicate 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 VkDeviceMemory
impl Debug for VkDeviceMemory
Source§impl Default for VkDeviceMemory
impl Default for VkDeviceMemory
Source§impl Hash for VkDeviceMemory
impl Hash for VkDeviceMemory
Source§impl Ord for VkDeviceMemory
impl Ord for VkDeviceMemory
Source§fn cmp(&self, other: &VkDeviceMemory) -> Ordering
fn cmp(&self, other: &VkDeviceMemory) -> 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 VkDeviceMemory
impl PartialEq for VkDeviceMemory
Source§impl PartialOrd for VkDeviceMemory
impl PartialOrd for VkDeviceMemory
impl Copy for VkDeviceMemory
impl Eq for VkDeviceMemory
impl Send for VkDeviceMemory
impl StructuralPartialEq for VkDeviceMemory
impl Sync for VkDeviceMemory
Auto Trait Implementations§
impl Freeze for VkDeviceMemory
impl RefUnwindSafe for VkDeviceMemory
impl Unpin for VkDeviceMemory
impl UnwindSafe for VkDeviceMemory
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