#[repr(C)]pub struct VkIndirectCommandsLayoutCreateInfoNVX {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pipelineBindPoint: VkPipelineBindPoint,
pub flags: VkIndirectCommandsLayoutUsageFlagsNVX,
pub tokenCount: u32,
pub pTokens: *const VkIndirectCommandsLayoutTokenNVX,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§pipelineBindPoint: VkPipelineBindPoint
§flags: VkIndirectCommandsLayoutUsageFlagsNVX
§tokenCount: u32
§pTokens: *const VkIndirectCommandsLayoutTokenNVX
Trait Implementations§
Source§impl Clone for VkIndirectCommandsLayoutCreateInfoNVX
impl Clone for VkIndirectCommandsLayoutCreateInfoNVX
Source§fn clone(&self) -> VkIndirectCommandsLayoutCreateInfoNVX
fn clone(&self) -> VkIndirectCommandsLayoutCreateInfoNVX
Returns a copy 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 VkIndirectCommandsLayoutCreateInfoNVX
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsLayoutCreateInfoNVX
impl RefUnwindSafe for VkIndirectCommandsLayoutCreateInfoNVX
impl !Send for VkIndirectCommandsLayoutCreateInfoNVX
impl !Sync for VkIndirectCommandsLayoutCreateInfoNVX
impl Unpin for VkIndirectCommandsLayoutCreateInfoNVX
impl UnwindSafe for VkIndirectCommandsLayoutCreateInfoNVX
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