#[repr(C)]pub struct GeneratedCommandsMemoryRequirementsInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub indirect_execution_set: IndirectExecutionSetEXT,
pub indirect_commands_layout: IndirectCommandsLayoutEXT,
pub max_sequence_count: u32,
pub max_draw_count: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§indirect_execution_set: IndirectExecutionSetEXT§indirect_commands_layout: IndirectCommandsLayoutEXT§max_sequence_count: u32§max_draw_count: u32Trait Implementations§
Source§impl Clone for GeneratedCommandsMemoryRequirementsInfoEXT
impl Clone for GeneratedCommandsMemoryRequirementsInfoEXT
Source§fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoEXT
fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoEXT
Returns a duplicate 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 moreSource§impl PartialEq for GeneratedCommandsMemoryRequirementsInfoEXT
impl PartialEq for GeneratedCommandsMemoryRequirementsInfoEXT
Source§fn eq(&self, other: &GeneratedCommandsMemoryRequirementsInfoEXT) -> bool
fn eq(&self, other: &GeneratedCommandsMemoryRequirementsInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GeneratedCommandsMemoryRequirementsInfoEXT
impl Eq for GeneratedCommandsMemoryRequirementsInfoEXT
impl Send for GeneratedCommandsMemoryRequirementsInfoEXT
impl StructuralPartialEq for GeneratedCommandsMemoryRequirementsInfoEXT
impl Sync for GeneratedCommandsMemoryRequirementsInfoEXT
Auto Trait Implementations§
impl Freeze for GeneratedCommandsMemoryRequirementsInfoEXT
impl RefUnwindSafe for GeneratedCommandsMemoryRequirementsInfoEXT
impl Unpin for GeneratedCommandsMemoryRequirementsInfoEXT
impl UnwindSafe for GeneratedCommandsMemoryRequirementsInfoEXT
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