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