#[repr(C)]pub struct VkWriteIndirectExecutionSetShaderEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub index: u32,
pub shader: VkShaderEXT,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§index: u32
§shader: VkShaderEXT
Trait Implementations§
Source§impl Clone for VkWriteIndirectExecutionSetShaderEXT
impl Clone for VkWriteIndirectExecutionSetShaderEXT
Source§fn clone(&self) -> VkWriteIndirectExecutionSetShaderEXT
fn clone(&self) -> VkWriteIndirectExecutionSetShaderEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkWriteIndirectExecutionSetShaderEXT
Auto Trait Implementations§
impl Freeze for VkWriteIndirectExecutionSetShaderEXT
impl RefUnwindSafe for VkWriteIndirectExecutionSetShaderEXT
impl !Send for VkWriteIndirectExecutionSetShaderEXT
impl !Sync for VkWriteIndirectExecutionSetShaderEXT
impl Unpin for VkWriteIndirectExecutionSetShaderEXT
impl UnwindSafe for VkWriteIndirectExecutionSetShaderEXT
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