pub struct VulkanIntelShaderIntegerFunctions2 {}Expand description
struct for VK_INTEL_shader_integer_functions2
Implementations§
Source§impl VulkanIntelShaderIntegerFunctions2
impl VulkanIntelShaderIntegerFunctions2
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanIntelShaderIntegerFunctions2
impl Clone for VulkanIntelShaderIntegerFunctions2
Source§fn clone(&self) -> VulkanIntelShaderIntegerFunctions2
fn clone(&self) -> VulkanIntelShaderIntegerFunctions2
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 VulkanIntelShaderIntegerFunctions2
Source§impl Default for VulkanIntelShaderIntegerFunctions2
impl Default for VulkanIntelShaderIntegerFunctions2
Source§fn default() -> VulkanIntelShaderIntegerFunctions2
fn default() -> VulkanIntelShaderIntegerFunctions2
Returns the “default value” for a type. Read more
impl VK_INTEL_shader_integer_functions2 for VulkanIntelShaderIntegerFunctions2
Auto Trait Implementations§
impl Freeze for VulkanIntelShaderIntegerFunctions2
impl RefUnwindSafe for VulkanIntelShaderIntegerFunctions2
impl Send for VulkanIntelShaderIntegerFunctions2
impl Sync for VulkanIntelShaderIntegerFunctions2
impl Unpin for VulkanIntelShaderIntegerFunctions2
impl UnsafeUnpin for VulkanIntelShaderIntegerFunctions2
impl UnwindSafe for VulkanIntelShaderIntegerFunctions2
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