pub struct SubpassSampleLocationsEXTBuilder { /* private fields */ }Expand description
Builder for SubpassSampleLocationsEXT.
Implementations§
Source§impl SubpassSampleLocationsEXTBuilder
impl SubpassSampleLocationsEXTBuilder
pub fn subpass_index(self, value: u32) -> SubpassSampleLocationsEXTBuilder
pub fn sample_locations_info( self, value: SampleLocationsInfoEXT, ) -> SubpassSampleLocationsEXTBuilder
Trait Implementations§
Source§impl Deref for SubpassSampleLocationsEXTBuilder
impl Deref for SubpassSampleLocationsEXTBuilder
Source§type Target = SubpassSampleLocationsEXT
type Target = SubpassSampleLocationsEXT
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for SubpassSampleLocationsEXTBuilder
impl RefUnwindSafe for SubpassSampleLocationsEXTBuilder
impl !Send for SubpassSampleLocationsEXTBuilder
impl !Sync for SubpassSampleLocationsEXTBuilder
impl Unpin for SubpassSampleLocationsEXTBuilder
impl UnsafeUnpin for SubpassSampleLocationsEXTBuilder
impl UnwindSafe for SubpassSampleLocationsEXTBuilder
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