#[repr(C)]pub struct VkPhysicalDeviceProvokingVertexPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub provokingVertexModePerPipeline: VkBool32,
pub transformFeedbackPreservesTriangleFanProvokingVertex: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§provokingVertexModePerPipeline: VkBool32
§transformFeedbackPreservesTriangleFanProvokingVertex: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceProvokingVertexPropertiesEXT
impl Clone for VkPhysicalDeviceProvokingVertexPropertiesEXT
Source§fn clone(&self) -> VkPhysicalDeviceProvokingVertexPropertiesEXT
fn clone(&self) -> VkPhysicalDeviceProvokingVertexPropertiesEXT
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 moreimpl Copy for VkPhysicalDeviceProvokingVertexPropertiesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceProvokingVertexPropertiesEXT
impl RefUnwindSafe for VkPhysicalDeviceProvokingVertexPropertiesEXT
impl !Send for VkPhysicalDeviceProvokingVertexPropertiesEXT
impl !Sync for VkPhysicalDeviceProvokingVertexPropertiesEXT
impl Unpin for VkPhysicalDeviceProvokingVertexPropertiesEXT
impl UnwindSafe for VkPhysicalDeviceProvokingVertexPropertiesEXT
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