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