Struct ash::vk::definitions::AttachmentSampleLocationsEXT
source · #[repr(C)]pub struct AttachmentSampleLocationsEXT<'a> {
pub attachment_index: u32,
pub sample_locations_info: SampleLocationsInfoEXT<'a>,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§attachment_index: u32
§sample_locations_info: SampleLocationsInfoEXT<'a>
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> AttachmentSampleLocationsEXT<'a>
impl<'a> AttachmentSampleLocationsEXT<'a>
pub fn attachment_index(self, attachment_index: u32) -> Self
pub fn sample_locations_info( self, sample_locations_info: SampleLocationsInfoEXT<'a>, ) -> Self
Trait Implementations§
source§impl<'a> Clone for AttachmentSampleLocationsEXT<'a>
impl<'a> Clone for AttachmentSampleLocationsEXT<'a>
source§fn clone(&self) -> AttachmentSampleLocationsEXT<'a>
fn clone(&self) -> AttachmentSampleLocationsEXT<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for AttachmentSampleLocationsEXT<'a>
impl<'a> Debug for AttachmentSampleLocationsEXT<'a>
source§impl<'a> Default for AttachmentSampleLocationsEXT<'a>
impl<'a> Default for AttachmentSampleLocationsEXT<'a>
source§fn default() -> AttachmentSampleLocationsEXT<'a>
fn default() -> AttachmentSampleLocationsEXT<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for AttachmentSampleLocationsEXT<'a>
Auto Trait Implementations§
impl<'a> Freeze for AttachmentSampleLocationsEXT<'a>
impl<'a> RefUnwindSafe for AttachmentSampleLocationsEXT<'a>
impl<'a> Send for AttachmentSampleLocationsEXT<'a>
impl<'a> Sync for AttachmentSampleLocationsEXT<'a>
impl<'a> Unpin for AttachmentSampleLocationsEXT<'a>
impl<'a> UnwindSafe for AttachmentSampleLocationsEXT<'a>
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