pub struct Vulkan_NV_external_memory_rdma { /* private fields */ }Expand description
struct for VK_NV_external_memory_rdma
Implementations§
Source§impl Vulkan_NV_external_memory_rdma
impl Vulkan_NV_external_memory_rdma
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_NV_external_memory_rdma
impl Clone for Vulkan_NV_external_memory_rdma
Source§fn clone(&self) -> Vulkan_NV_external_memory_rdma
fn clone(&self) -> Vulkan_NV_external_memory_rdma
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 VK_NV_external_memory_rdma for Vulkan_NV_external_memory_rdma
impl VK_NV_external_memory_rdma for Vulkan_NV_external_memory_rdma
Source§fn vkGetMemoryRemoteAddressNV(
&self,
device: VkDevice,
pMemoryGetRemoteAddressInfo: *const VkMemoryGetRemoteAddressInfoNV,
pAddress: *mut VkRemoteAddressNV,
) -> Result<(), VkError>
fn vkGetMemoryRemoteAddressNV( &self, device: VkDevice, pMemoryGetRemoteAddressInfo: *const VkMemoryGetRemoteAddressInfoNV, pAddress: *mut VkRemoteAddressNV, ) -> Result<(), VkError>
impl Copy for Vulkan_NV_external_memory_rdma
Auto Trait Implementations§
impl Freeze for Vulkan_NV_external_memory_rdma
impl RefUnwindSafe for Vulkan_NV_external_memory_rdma
impl Send for Vulkan_NV_external_memory_rdma
impl Sync for Vulkan_NV_external_memory_rdma
impl Unpin for Vulkan_NV_external_memory_rdma
impl UnwindSafe for Vulkan_NV_external_memory_rdma
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