Struct ash::vk::DescriptorPoolSize [−][src]
#[repr(C)]pub struct DescriptorPoolSize { pub ty: DescriptorType, pub descriptor_count: u32, }
Expand description
Fields
ty: DescriptorType
descriptor_count: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DescriptorPoolSize
impl Send for DescriptorPoolSize
impl Sync for DescriptorPoolSize
impl Unpin for DescriptorPoolSize
impl UnwindSafe for DescriptorPoolSize
Blanket Implementations
Mutably borrows from an owned value. Read more