#[repr(C)]pub struct GeneratedCommandsMemoryRequirementsInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub pipeline_bind_point: PipelineBindPoint,
pub pipeline: Pipeline,
pub indirect_commands_layout: IndirectCommandsLayoutNV,
pub max_sequences_count: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidpipeline_bind_point: PipelineBindPointpipeline: Pipelineindirect_commands_layout: IndirectCommandsLayoutNVmax_sequences_count: u32Implementations
Trait Implementations
sourceimpl Clone for GeneratedCommandsMemoryRequirementsInfoNV
impl Clone for GeneratedCommandsMemoryRequirementsInfoNV
sourcefn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoNV
fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoNV
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 GeneratedCommandsMemoryRequirementsInfoNV
impl Default for GeneratedCommandsMemoryRequirementsInfoNV
sourcefn default() -> GeneratedCommandsMemoryRequirementsInfoNV
fn default() -> GeneratedCommandsMemoryRequirementsInfoNV
Returns the “default value” for a type. Read more
impl Copy for GeneratedCommandsMemoryRequirementsInfoNV
Auto Trait Implementations
impl RefUnwindSafe for GeneratedCommandsMemoryRequirementsInfoNV
impl !Send for GeneratedCommandsMemoryRequirementsInfoNV
impl !Sync for GeneratedCommandsMemoryRequirementsInfoNV
impl Unpin for GeneratedCommandsMemoryRequirementsInfoNV
impl UnwindSafe for GeneratedCommandsMemoryRequirementsInfoNV
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