Struct lava::VkCommandBufferBeginInfo[][src]

pub struct VkCommandBufferBeginInfo<'a, 'b, 'c> where
    'b: 'a,
    'c: 'a, 
{ pub flags: VkCommandBufferUsageFlags, pub inheritance_info: Option<&'a VkCommandBufferInheritanceInfo<'b, 'c>>, }

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b, 'c> !Send for VkCommandBufferBeginInfo<'a, 'b, 'c>

impl<'a, 'b, 'c> !Sync for VkCommandBufferBeginInfo<'a, 'b, 'c>