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