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