#[repr(C)]pub struct AttachmentSampleLocationsEXT {
pub attachment_index: u32,
pub sample_locations_info: SampleLocationsInfoEXT,
}Expand description
Fields
attachment_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 !Send for AttachmentSampleLocationsEXT
impl !Sync for AttachmentSampleLocationsEXT
impl Unpin for AttachmentSampleLocationsEXT
impl UnwindSafe for AttachmentSampleLocationsEXT
Blanket Implementations
Mutably borrows from an owned value. Read more