#[repr(C)]pub struct IndirectExecutionSetShaderLayoutInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub set_layout_count: u32,
pub set_layouts: *const DescriptorSetLayout,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§set_layout_count: u32§set_layouts: *const DescriptorSetLayoutTrait Implementations§
Source§impl Clone for IndirectExecutionSetShaderLayoutInfoEXT
impl Clone for IndirectExecutionSetShaderLayoutInfoEXT
Source§fn clone(&self) -> IndirectExecutionSetShaderLayoutInfoEXT
fn clone(&self) -> IndirectExecutionSetShaderLayoutInfoEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IndirectExecutionSetShaderLayoutInfoEXT
impl Eq for IndirectExecutionSetShaderLayoutInfoEXT
impl Send for IndirectExecutionSetShaderLayoutInfoEXT
impl StructuralPartialEq for IndirectExecutionSetShaderLayoutInfoEXT
impl Sync for IndirectExecutionSetShaderLayoutInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetShaderLayoutInfoEXT
impl RefUnwindSafe for IndirectExecutionSetShaderLayoutInfoEXT
impl Unpin for IndirectExecutionSetShaderLayoutInfoEXT
impl UnsafeUnpin for IndirectExecutionSetShaderLayoutInfoEXT
impl UnwindSafe for IndirectExecutionSetShaderLayoutInfoEXT
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