Struct lava::ext::VkRenderPassSampleLocationsBeginInfo[][src]

pub struct VkRenderPassSampleLocationsBeginInfo<'a, 'b, 'c, 'd> where
    'b: 'a,
    'd: 'c, 
{ pub attachment_initial_sample_locations: &'a [VkAttachmentSampleLocations<'b>], pub post_subpass_sample_locations: &'c [VkSubpassSampleLocations<'d>], }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd> Debug for VkRenderPassSampleLocationsBeginInfo<'a, 'b, 'c, 'd> where
    'b: 'a,
    'd: 'c, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd> Clone for VkRenderPassSampleLocationsBeginInfo<'a, 'b, 'c, 'd> where
    'b: 'a,
    'd: 'c, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkRenderPassSampleLocationsBeginInfo<'static, 'static, 'static, 'static>
[src]

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

Auto Trait Implementations

impl<'a, 'b, 'c, 'd> Send for VkRenderPassSampleLocationsBeginInfo<'a, 'b, 'c, 'd>

impl<'a, 'b, 'c, 'd> Sync for VkRenderPassSampleLocationsBeginInfo<'a, 'b, 'c, 'd>