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