Struct vulkanalia_sys::CommandBufferBeginInfo
source · [−]#[repr(C)]pub struct CommandBufferBeginInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: CommandBufferUsageFlags,
pub inheritance_info: *const CommandBufferInheritanceInfo,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: CommandBufferUsageFlagsinheritance_info: *const CommandBufferInheritanceInfoTrait Implementations
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 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