#[repr(C)]pub struct VkObjectTableCreateInfoNVX {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub objectCount: u32,
pub pObjectEntryTypes: *const VkObjectEntryTypeNVX,
pub pObjectEntryCounts: *const u32,
pub pObjectEntryUsageFlags: *const VkObjectEntryUsageFlagsNVX,
pub maxUniformBuffersPerDescriptor: u32,
pub maxStorageBuffersPerDescriptor: u32,
pub maxStorageImagesPerDescriptor: u32,
pub maxSampledImagesPerDescriptor: u32,
pub maxPipelineLayouts: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§objectCount: u32
§pObjectEntryTypes: *const VkObjectEntryTypeNVX
§pObjectEntryCounts: *const u32
§pObjectEntryUsageFlags: *const VkObjectEntryUsageFlagsNVX
§maxUniformBuffersPerDescriptor: u32
§maxStorageBuffersPerDescriptor: u32
§maxStorageImagesPerDescriptor: u32
§maxSampledImagesPerDescriptor: u32
§maxPipelineLayouts: u32
Trait Implementations§
Source§impl Clone for VkObjectTableCreateInfoNVX
impl Clone for VkObjectTableCreateInfoNVX
Source§fn clone(&self) -> VkObjectTableCreateInfoNVX
fn clone(&self) -> VkObjectTableCreateInfoNVX
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 VkObjectTableCreateInfoNVX
Auto Trait Implementations§
impl Freeze for VkObjectTableCreateInfoNVX
impl RefUnwindSafe for VkObjectTableCreateInfoNVX
impl !Send for VkObjectTableCreateInfoNVX
impl !Sync for VkObjectTableCreateInfoNVX
impl Unpin for VkObjectTableCreateInfoNVX
impl UnwindSafe for VkObjectTableCreateInfoNVX
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