#[repr(C)]pub struct SubpassSampleLocationsEXT {
pub subpass_index: u32,
pub sample_locations_info: SampleLocationsInfoEXT,
}Expand description
Fields
subpass_index: u32sample_locations_info: SampleLocationsInfoEXTImplementations
sourceimpl SubpassSampleLocationsEXT
impl SubpassSampleLocationsEXT
pub fn builder<'a>() -> SubpassSampleLocationsEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for SubpassSampleLocationsEXT
impl Clone for SubpassSampleLocationsEXT
sourcefn clone(&self) -> SubpassSampleLocationsEXT
fn clone(&self) -> SubpassSampleLocationsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SubpassSampleLocationsEXT
impl Debug for SubpassSampleLocationsEXT
sourceimpl Default for SubpassSampleLocationsEXT
impl Default for SubpassSampleLocationsEXT
sourcefn default() -> SubpassSampleLocationsEXT
fn default() -> SubpassSampleLocationsEXT
Returns the “default value” for a type. Read more
impl Copy for SubpassSampleLocationsEXT
Auto Trait Implementations
impl RefUnwindSafe for SubpassSampleLocationsEXT
impl !Send for SubpassSampleLocationsEXT
impl !Sync for SubpassSampleLocationsEXT
impl Unpin for SubpassSampleLocationsEXT
impl UnwindSafe for SubpassSampleLocationsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more