Struct ash::vk::PipelineSampleLocationsStateCreateInfoEXT
source · #[repr(C)]pub struct PipelineSampleLocationsStateCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub sample_locations_enable: Bool32,
pub sample_locations_info: SampleLocationsInfoEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§sample_locations_enable: Bool32
§sample_locations_info: SampleLocationsInfoEXT
Implementations§
Trait Implementations§
source§impl Clone for PipelineSampleLocationsStateCreateInfoEXT
impl Clone for PipelineSampleLocationsStateCreateInfoEXT
source§fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
Returns a copy 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 moresource§impl TaggedStructure for PipelineSampleLocationsStateCreateInfoEXT
impl TaggedStructure for PipelineSampleLocationsStateCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT
impl Copy for PipelineSampleLocationsStateCreateInfoEXT
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineSampleLocationsStateCreateInfoEXT
Auto Trait Implementations§
impl Freeze for PipelineSampleLocationsStateCreateInfoEXT
impl RefUnwindSafe for PipelineSampleLocationsStateCreateInfoEXT
impl !Send for PipelineSampleLocationsStateCreateInfoEXT
impl !Sync for PipelineSampleLocationsStateCreateInfoEXT
impl Unpin for PipelineSampleLocationsStateCreateInfoEXT
impl UnwindSafe for PipelineSampleLocationsStateCreateInfoEXT
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