#[repr(C)]pub struct IndirectCommandsLayoutCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: IndirectCommandsLayoutUsageFlagsNV,
pub pipeline_bind_point: PipelineBindPoint,
pub token_count: u32,
pub p_tokens: *const IndirectCommandsLayoutTokenNV,
pub stream_count: u32,
pub p_stream_strides: *const u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: IndirectCommandsLayoutUsageFlagsNVpipeline_bind_point: PipelineBindPointtoken_count: u32p_tokens: *const IndirectCommandsLayoutTokenNVstream_count: u32p_stream_strides: *const u32Implementations
sourceimpl IndirectCommandsLayoutCreateInfoNV
impl IndirectCommandsLayoutCreateInfoNV
pub fn builder<'a>() -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Trait Implementations
sourceimpl Clone for IndirectCommandsLayoutCreateInfoNV
impl Clone for IndirectCommandsLayoutCreateInfoNV
sourcefn clone(&self) -> IndirectCommandsLayoutCreateInfoNV
fn clone(&self) -> IndirectCommandsLayoutCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for IndirectCommandsLayoutCreateInfoNV
impl Default for IndirectCommandsLayoutCreateInfoNV
sourcefn default() -> IndirectCommandsLayoutCreateInfoNV
fn default() -> IndirectCommandsLayoutCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for IndirectCommandsLayoutCreateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for IndirectCommandsLayoutCreateInfoNV
impl !Send for IndirectCommandsLayoutCreateInfoNV
impl !Sync for IndirectCommandsLayoutCreateInfoNV
impl Unpin for IndirectCommandsLayoutCreateInfoNV
impl UnwindSafe for IndirectCommandsLayoutCreateInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more