#[repr(transparent)]pub struct PFN_vkGetDeviceMemoryCommitment(pub unsafe extern "system" fn(device: VkDevice, memory: VkDeviceMemory, pCommitmentMemoryInBytes: *mut VkDeviceSize));Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, memory: VkDeviceMemory, pCommitmentMemoryInBytes: *mut VkDeviceSize)Trait Implementations§
Source§impl Clone for PFN_vkGetDeviceMemoryCommitment
impl Clone for PFN_vkGetDeviceMemoryCommitment
Source§fn clone(&self) -> PFN_vkGetDeviceMemoryCommitment
fn clone(&self) -> PFN_vkGetDeviceMemoryCommitment
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 PartialEq for PFN_vkGetDeviceMemoryCommitment
impl PartialEq for PFN_vkGetDeviceMemoryCommitment
Source§fn eq(&self, other: &PFN_vkGetDeviceMemoryCommitment) -> bool
fn eq(&self, other: &PFN_vkGetDeviceMemoryCommitment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PFN_vkGetDeviceMemoryCommitment
impl Eq for PFN_vkGetDeviceMemoryCommitment
impl StructuralPartialEq for PFN_vkGetDeviceMemoryCommitment
Auto Trait Implementations§
impl Freeze for PFN_vkGetDeviceMemoryCommitment
impl RefUnwindSafe for PFN_vkGetDeviceMemoryCommitment
impl Send for PFN_vkGetDeviceMemoryCommitment
impl Sync for PFN_vkGetDeviceMemoryCommitment
impl Unpin for PFN_vkGetDeviceMemoryCommitment
impl UnwindSafe for PFN_vkGetDeviceMemoryCommitment
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