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