pub struct Vulkan_EXT_external_memory_host { /* private fields */ }Implementations§
Source§impl Vulkan_EXT_external_memory_host
impl Vulkan_EXT_external_memory_host
pub fn new( instance: VkInstance, get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_EXT_external_memory_host
impl Clone for Vulkan_EXT_external_memory_host
Source§fn clone(&self) -> Vulkan_EXT_external_memory_host
fn clone(&self) -> Vulkan_EXT_external_memory_host
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_EXT_external_memory_host for Vulkan_EXT_external_memory_host
impl VK_EXT_external_memory_host for Vulkan_EXT_external_memory_host
fn vkGetMemoryHostPointerPropertiesEXT( &self, device: VkDevice, handleType: VkExternalMemoryHandleTypeFlagBits, pHostPointer: *const c_void, pMemoryHostPointerProperties: *mut VkMemoryHostPointerPropertiesEXT, ) -> Result<(), VkResult>
impl Copy for Vulkan_EXT_external_memory_host
Auto Trait Implementations§
impl Freeze for Vulkan_EXT_external_memory_host
impl RefUnwindSafe for Vulkan_EXT_external_memory_host
impl Send for Vulkan_EXT_external_memory_host
impl Sync for Vulkan_EXT_external_memory_host
impl Unpin for Vulkan_EXT_external_memory_host
impl UnwindSafe for Vulkan_EXT_external_memory_host
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