pub struct SubpassSampleLocationsEXTBuilder { /* private fields */ }Expand description
Builder for SubpassSampleLocationsEXT.
Implementations§
Source§impl SubpassSampleLocationsEXTBuilder
impl SubpassSampleLocationsEXTBuilder
pub fn subpass_index(self, value: u32) -> Self
pub fn sample_locations_info(self, value: SampleLocationsInfoEXT) -> Self
Trait Implementations§
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