#[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 u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkIndirectCommandsLayoutUsageFlagsNV
§pipelineBindPoint: VkPipelineBindPoint
§tokenCount: u32
§pTokens: *const VkIndirectCommandsLayoutTokenNV
§streamCount: u32
§pStreamStrides: *const u32
Trait 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 · 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 VkIndirectCommandsLayoutCreateInfoNV
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsLayoutCreateInfoNV
impl RefUnwindSafe for VkIndirectCommandsLayoutCreateInfoNV
impl !Send for VkIndirectCommandsLayoutCreateInfoNV
impl !Sync for VkIndirectCommandsLayoutCreateInfoNV
impl Unpin 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