pub struct AttachmentSampleLocationsEXTBuilder { /* private fields */ }Expand description
Builder for AttachmentSampleLocationsEXT.
Implementations§
Source§impl AttachmentSampleLocationsEXTBuilder
impl AttachmentSampleLocationsEXTBuilder
pub fn attachment_index(self, value: u32) -> AttachmentSampleLocationsEXTBuilder
pub fn sample_locations_info( self, value: SampleLocationsInfoEXT, ) -> AttachmentSampleLocationsEXTBuilder
Trait Implementations§
Source§impl Deref for AttachmentSampleLocationsEXTBuilder
impl Deref for AttachmentSampleLocationsEXTBuilder
Source§type Target = AttachmentSampleLocationsEXT
type Target = AttachmentSampleLocationsEXT
The resulting type after dereferencing.
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