#[repr(C)]pub struct CommandBufferSubmitInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub command_buffer: CommandBuffer,
pub device_mask: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcommand_buffer: CommandBufferdevice_mask: u32Trait 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 CommandBufferSubmitInfoKHR
impl !Send for CommandBufferSubmitInfoKHR
impl !Sync for CommandBufferSubmitInfoKHR
impl Unpin for CommandBufferSubmitInfoKHR
impl UnwindSafe for CommandBufferSubmitInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more