#[repr(transparent)]pub struct VkDeviceMemory(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>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 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
Source§impl VkRawHandle for VkDeviceMemory
impl VkRawHandle for VkDeviceMemory
const OBJECT_TYPE: VkObjectType = 8i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkDeviceMemory
impl Eq for VkDeviceMemory
impl StructuralPartialEq for VkDeviceMemory
Auto Trait Implementations§
impl Freeze for VkDeviceMemory
impl RefUnwindSafe for VkDeviceMemory
impl !Send for VkDeviceMemory
impl !Sync 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