#[repr(C)]pub struct IndirectExecutionSetCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub type: IndirectExecutionSetInfoTypeEXT,
pub info: IndirectExecutionSetInfoEXT,
}Expand description
VkIndirectExecutionSetCreateInfoEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_INDIRECT_EXECUTION_SET_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
type: IndirectExecutionSetInfoTypeEXT§info: IndirectExecutionSetInfoEXTImplementations§
Source§impl IndirectExecutionSetCreateInfoEXT
impl IndirectExecutionSetCreateInfoEXT
Sourcepub fn builder<'a>() -> IndirectExecutionSetCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> IndirectExecutionSetCreateInfoEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for IndirectExecutionSetCreateInfoEXT
impl Clone for IndirectExecutionSetCreateInfoEXT
Source§fn clone(&self) -> IndirectExecutionSetCreateInfoEXT
fn clone(&self) -> IndirectExecutionSetCreateInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IndirectExecutionSetCreateInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetCreateInfoEXT
impl RefUnwindSafe for IndirectExecutionSetCreateInfoEXT
impl !Send for IndirectExecutionSetCreateInfoEXT
impl !Sync for IndirectExecutionSetCreateInfoEXT
impl Unpin for IndirectExecutionSetCreateInfoEXT
impl UnsafeUnpin for IndirectExecutionSetCreateInfoEXT
impl UnwindSafe for IndirectExecutionSetCreateInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more