pub struct VulkanKhrPipelineLibrary {}Expand description
struct for VK_KHR_pipeline_library
Implementations§
Source§impl VulkanKhrPipelineLibrary
impl VulkanKhrPipelineLibrary
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanKhrPipelineLibrary
impl Clone for VulkanKhrPipelineLibrary
Source§fn clone(&self) -> VulkanKhrPipelineLibrary
fn clone(&self) -> VulkanKhrPipelineLibrary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanKhrPipelineLibrary
Source§impl Debug for VulkanKhrPipelineLibrary
impl Debug for VulkanKhrPipelineLibrary
Source§impl Default for VulkanKhrPipelineLibrary
impl Default for VulkanKhrPipelineLibrary
Source§fn default() -> VulkanKhrPipelineLibrary
fn default() -> VulkanKhrPipelineLibrary
Returns the “default value” for a type. Read more
impl VK_KHR_pipeline_library for VulkanKhrPipelineLibrary
Auto Trait Implementations§
impl Freeze for VulkanKhrPipelineLibrary
impl RefUnwindSafe for VulkanKhrPipelineLibrary
impl Send for VulkanKhrPipelineLibrary
impl Sync for VulkanKhrPipelineLibrary
impl Unpin for VulkanKhrPipelineLibrary
impl UnsafeUnpin for VulkanKhrPipelineLibrary
impl UnwindSafe for VulkanKhrPipelineLibrary
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