#[repr(C)]pub struct PipelineRepresentativeFragmentTestStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub representative_fragment_test_enable: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidrepresentative_fragment_test_enable: u32Implementations
Trait Implementations
sourceimpl Clone for PipelineRepresentativeFragmentTestStateCreateInfoNV
impl Clone for PipelineRepresentativeFragmentTestStateCreateInfoNV
sourcefn clone(&self) -> PipelineRepresentativeFragmentTestStateCreateInfoNV
fn clone(&self) -> PipelineRepresentativeFragmentTestStateCreateInfoNV
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 PipelineRepresentativeFragmentTestStateCreateInfoNV
impl Default for PipelineRepresentativeFragmentTestStateCreateInfoNV
sourcefn default() -> PipelineRepresentativeFragmentTestStateCreateInfoNV
fn default() -> PipelineRepresentativeFragmentTestStateCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for PipelineRepresentativeFragmentTestStateCreateInfoNV
impl ExtendsGraphicsPipelineCreateInfo for PipelineRepresentativeFragmentTestStateCreateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for PipelineRepresentativeFragmentTestStateCreateInfoNV
impl !Send for PipelineRepresentativeFragmentTestStateCreateInfoNV
impl !Sync for PipelineRepresentativeFragmentTestStateCreateInfoNV
impl Unpin for PipelineRepresentativeFragmentTestStateCreateInfoNV
impl UnwindSafe for PipelineRepresentativeFragmentTestStateCreateInfoNV
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