#[repr(C)]pub struct PipelineExecutableInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub pipeline: Pipeline,
pub executableIndex: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§pipeline: Pipeline
§executableIndex: u32
Trait Implementations§
Source§impl Clone for PipelineExecutableInfoKHR
impl Clone for PipelineExecutableInfoKHR
Source§fn clone(&self) -> PipelineExecutableInfoKHR
fn clone(&self) -> PipelineExecutableInfoKHR
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 PipelineExecutableInfoKHR
Auto Trait Implementations§
impl Freeze for PipelineExecutableInfoKHR
impl RefUnwindSafe for PipelineExecutableInfoKHR
impl !Send for PipelineExecutableInfoKHR
impl !Sync for PipelineExecutableInfoKHR
impl Unpin for PipelineExecutableInfoKHR
impl UnwindSafe for PipelineExecutableInfoKHR
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