#[repr(C)]pub struct VkIndirectCommandsLayoutCreateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkIndirectCommandsLayoutUsageFlagsNV,
pub pipelineBindPoint: VkPipelineBindPoint,
pub tokenCount: u32,
pub pTokens: *const VkIndirectCommandsLayoutTokenNV,
pub streamCount: u32,
pub pStreamStrides: *const uint32_t,
}Expand description
struct VkIndirectCommandsLayoutCreateInfoNV from VK_NV_device_generated_commands
Fields§
§sType: VkStructureType§pNext: *const c_void§flags: VkIndirectCommandsLayoutUsageFlagsNV§pipelineBindPoint: VkPipelineBindPoint§tokenCount: u32§pTokens: *const VkIndirectCommandsLayoutTokenNV§streamCount: u32§pStreamStrides: *const uint32_tTrait Implementations§
Source§impl Clone for VkIndirectCommandsLayoutCreateInfoNV
impl Clone for VkIndirectCommandsLayoutCreateInfoNV
Source§fn clone(&self) -> VkIndirectCommandsLayoutCreateInfoNV
fn clone(&self) -> VkIndirectCommandsLayoutCreateInfoNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkIndirectCommandsLayoutCreateInfoNV
Auto Trait Implementations§
impl !Send for VkIndirectCommandsLayoutCreateInfoNV
impl !Sync for VkIndirectCommandsLayoutCreateInfoNV
impl Freeze for VkIndirectCommandsLayoutCreateInfoNV
impl RefUnwindSafe for VkIndirectCommandsLayoutCreateInfoNV
impl Unpin for VkIndirectCommandsLayoutCreateInfoNV
impl UnsafeUnpin for VkIndirectCommandsLayoutCreateInfoNV
impl UnwindSafe for VkIndirectCommandsLayoutCreateInfoNV
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