Struct vulkanalia_sys::SubpassSampleLocationsEXT
source · [−]#[repr(C)]pub struct SubpassSampleLocationsEXT {
pub subpass_index: u32,
pub sample_locations_info: SampleLocationsInfoEXT,
}Expand description
Fields
subpass_index: u32sample_locations_info: SampleLocationsInfoEXTTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more