pub struct Vulkan_KHR_variable_pointers {}Implementations§
Source§impl Vulkan_KHR_variable_pointers
impl Vulkan_KHR_variable_pointers
pub fn new( _instance: VkInstance, _get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_KHR_variable_pointers
impl Clone for Vulkan_KHR_variable_pointers
Source§fn clone(&self) -> Vulkan_KHR_variable_pointers
fn clone(&self) -> Vulkan_KHR_variable_pointers
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 Vulkan_KHR_variable_pointers
impl Debug for Vulkan_KHR_variable_pointers
impl Copy for Vulkan_KHR_variable_pointers
impl VK_KHR_variable_pointers for Vulkan_KHR_variable_pointers
Auto Trait Implementations§
impl Freeze for Vulkan_KHR_variable_pointers
impl RefUnwindSafe for Vulkan_KHR_variable_pointers
impl Send for Vulkan_KHR_variable_pointers
impl Sync for Vulkan_KHR_variable_pointers
impl Unpin for Vulkan_KHR_variable_pointers
impl UnwindSafe for Vulkan_KHR_variable_pointers
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