#[repr(C)]pub struct PhysicalDeviceProvokingVertexFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub provoking_vertex_last: u32,
pub transform_feedback_preserves_provoking_vertex: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidprovoking_vertex_last: u32transform_feedback_preserves_provoking_vertex: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceProvokingVertexFeaturesEXT
impl Clone for PhysicalDeviceProvokingVertexFeaturesEXT
sourcefn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT
fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceProvokingVertexFeaturesEXT
impl Default for PhysicalDeviceProvokingVertexFeaturesEXT
sourcefn default() -> PhysicalDeviceProvokingVertexFeaturesEXT
fn default() -> PhysicalDeviceProvokingVertexFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceProvokingVertexFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceProvokingVertexFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceProvokingVertexFeaturesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXT
impl !Send for PhysicalDeviceProvokingVertexFeaturesEXT
impl !Sync for PhysicalDeviceProvokingVertexFeaturesEXT
impl Unpin for PhysicalDeviceProvokingVertexFeaturesEXT
impl UnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more