#[repr(C)]pub struct VkGeneratedCommandsMemoryRequirementsInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub indirectExecutionSet: VkIndirectExecutionSetEXT,
pub indirectCommandsLayout: VkIndirectCommandsLayoutEXT,
pub maxSequenceCount: u32,
pub maxDrawCount: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§indirectExecutionSet: VkIndirectExecutionSetEXT
§indirectCommandsLayout: VkIndirectCommandsLayoutEXT
§maxSequenceCount: u32
§maxDrawCount: u32
Trait Implementations§
Source§impl Clone for VkGeneratedCommandsMemoryRequirementsInfoEXT
impl Clone for VkGeneratedCommandsMemoryRequirementsInfoEXT
Source§fn clone(&self) -> VkGeneratedCommandsMemoryRequirementsInfoEXT
fn clone(&self) -> VkGeneratedCommandsMemoryRequirementsInfoEXT
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 VkGeneratedCommandsMemoryRequirementsInfoEXT
Auto Trait Implementations§
impl Freeze for VkGeneratedCommandsMemoryRequirementsInfoEXT
impl RefUnwindSafe for VkGeneratedCommandsMemoryRequirementsInfoEXT
impl !Send for VkGeneratedCommandsMemoryRequirementsInfoEXT
impl !Sync for VkGeneratedCommandsMemoryRequirementsInfoEXT
impl Unpin for VkGeneratedCommandsMemoryRequirementsInfoEXT
impl UnwindSafe for VkGeneratedCommandsMemoryRequirementsInfoEXT
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