#[repr(C)]pub struct WriteIndirectExecutionSetShaderEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub index: u32,
pub shader: ShaderEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§index: u32§shader: ShaderEXTTrait Implementations§
Source§impl Clone for WriteIndirectExecutionSetShaderEXT
impl Clone for WriteIndirectExecutionSetShaderEXT
Source§fn clone(&self) -> WriteIndirectExecutionSetShaderEXT
fn clone(&self) -> WriteIndirectExecutionSetShaderEXT
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 moreSource§impl PartialEq for WriteIndirectExecutionSetShaderEXT
impl PartialEq for WriteIndirectExecutionSetShaderEXT
Source§fn eq(&self, other: &WriteIndirectExecutionSetShaderEXT) -> bool
fn eq(&self, other: &WriteIndirectExecutionSetShaderEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WriteIndirectExecutionSetShaderEXT
impl Eq for WriteIndirectExecutionSetShaderEXT
impl Send for WriteIndirectExecutionSetShaderEXT
impl StructuralPartialEq for WriteIndirectExecutionSetShaderEXT
impl Sync for WriteIndirectExecutionSetShaderEXT
Auto Trait Implementations§
impl Freeze for WriteIndirectExecutionSetShaderEXT
impl RefUnwindSafe for WriteIndirectExecutionSetShaderEXT
impl Unpin for WriteIndirectExecutionSetShaderEXT
impl UnwindSafe for WriteIndirectExecutionSetShaderEXT
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