Struct ash::vk::CommandBufferBeginInfo [−][src]
#[repr(C)]pub struct CommandBufferBeginInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: CommandBufferUsageFlags, pub p_inheritance_info: *const CommandBufferInheritanceInfo, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: CommandBufferUsageFlags
p_inheritance_info: *const CommandBufferInheritanceInfo
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommandBufferBeginInfo
impl !Send for CommandBufferBeginInfo
impl !Sync for CommandBufferBeginInfo
impl Unpin for CommandBufferBeginInfo
impl UnwindSafe for CommandBufferBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more