#[repr(C)]pub struct IndirectExecutionSetCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub type_: IndirectExecutionSetInfoTypeEXT,
pub info: IndirectExecutionSetInfoEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§type_: IndirectExecutionSetInfoTypeEXT§info: IndirectExecutionSetInfoEXTTrait 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
impl Send for IndirectExecutionSetCreateInfoEXT
impl Sync for IndirectExecutionSetCreateInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetCreateInfoEXT
impl RefUnwindSafe for IndirectExecutionSetCreateInfoEXT
impl Unpin 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