pub struct AttachmentSampleLocationsEXTBuilder { /* private fields */ }Expand description
Builder for AttachmentSampleLocationsEXT.
Implementations§
Source§impl AttachmentSampleLocationsEXTBuilder
impl AttachmentSampleLocationsEXTBuilder
pub fn attachment_index(self, value: u32) -> Self
pub fn sample_locations_info(self, value: SampleLocationsInfoEXT) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttachmentSampleLocationsEXTBuilder
impl RefUnwindSafe for AttachmentSampleLocationsEXTBuilder
impl !Send for AttachmentSampleLocationsEXTBuilder
impl !Sync for AttachmentSampleLocationsEXTBuilder
impl Unpin for AttachmentSampleLocationsEXTBuilder
impl UnsafeUnpin for AttachmentSampleLocationsEXTBuilder
impl UnwindSafe for AttachmentSampleLocationsEXTBuilder
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