#[repr(C)]pub struct VkDeviceGeneratedCommandsLimitsNVX {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub maxIndirectCommandsLayoutTokenCount: u32,
pub maxObjectEntryCounts: u32,
pub minSequenceCountBufferOffsetAlignment: u32,
pub minSequenceIndexBufferOffsetAlignment: u32,
pub minCommandsTokenBufferOffsetAlignment: u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§maxIndirectCommandsLayoutTokenCount: u32§maxObjectEntryCounts: u32§minSequenceCountBufferOffsetAlignment: u32§minSequenceIndexBufferOffsetAlignment: u32§minCommandsTokenBufferOffsetAlignment: u32Trait Implementations§
Source§impl Clone for VkDeviceGeneratedCommandsLimitsNVX
impl Clone for VkDeviceGeneratedCommandsLimitsNVX
Source§fn clone(&self) -> VkDeviceGeneratedCommandsLimitsNVX
fn clone(&self) -> VkDeviceGeneratedCommandsLimitsNVX
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 moreimpl Copy for VkDeviceGeneratedCommandsLimitsNVX
Auto Trait Implementations§
impl Freeze for VkDeviceGeneratedCommandsLimitsNVX
impl RefUnwindSafe for VkDeviceGeneratedCommandsLimitsNVX
impl !Send for VkDeviceGeneratedCommandsLimitsNVX
impl !Sync for VkDeviceGeneratedCommandsLimitsNVX
impl Unpin for VkDeviceGeneratedCommandsLimitsNVX
impl UnwindSafe for VkDeviceGeneratedCommandsLimitsNVX
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