pub struct VkPipelineExecutableInfo {
pub pipeline: VkPipeline,
pub executable_index: usize,
}
Expand description
Wrapper for VkPipelineExecutableInfoKHR.
Fields§
§pipeline: VkPipeline
§executable_index: usize
Trait Implementations§
Source§impl Clone for VkPipelineExecutableInfo
impl Clone for VkPipelineExecutableInfo
Source§fn clone(&self) -> VkPipelineExecutableInfo
fn clone(&self) -> VkPipelineExecutableInfo
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 Debug for VkPipelineExecutableInfo
impl Debug for VkPipelineExecutableInfo
Source§impl Default for VkPipelineExecutableInfo
impl Default for VkPipelineExecutableInfo
Source§fn default() -> VkPipelineExecutableInfo
fn default() -> VkPipelineExecutableInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPipelineExecutableInfo
impl RefUnwindSafe for VkPipelineExecutableInfo
impl !Send for VkPipelineExecutableInfo
impl !Sync for VkPipelineExecutableInfo
impl Unpin for VkPipelineExecutableInfo
impl UnwindSafe for VkPipelineExecutableInfo
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