#[repr(transparent)]pub struct PipelineSampleLocationsStateCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
pub fn sample_locations_enable(
self,
sample_locations_enable: bool
) -> PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
pub fn sample_locations_info(
self,
sample_locations_info: SampleLocationsInfoEXT
) -> PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
sourcepub fn build(self) -> PipelineSampleLocationsStateCreateInfoEXT
pub fn build(self) -> PipelineSampleLocationsStateCreateInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations
sourceimpl<'a> Deref for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> Deref for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
type Target = PipelineSampleLocationsStateCreateInfoEXT
type Target = PipelineSampleLocationsStateCreateInfoEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PipelineSampleLocationsStateCreateInfoEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PipelineSampleLocationsStateCreateInfoEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PipelineSampleLocationsStateCreateInfoEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PipelineSampleLocationsStateCreateInfoEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsPipelineMultisampleStateCreateInfo for PipelineSampleLocationsStateCreateInfoEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> !Send for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> !Sync for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> Unpin for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
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