Struct lava::ext::VkAttachmentSampleLocations[][src]

pub struct VkAttachmentSampleLocations<'a> {
    pub attachment_index: usize,
    pub sample_locations_info: VkSampleLocationsInfo<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for VkAttachmentSampleLocations<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkAttachmentSampleLocations<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkAttachmentSampleLocations<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations