#[repr(C)]pub struct DescriptorPoolSize {
pub type: DescriptorType,
pub descriptor_count: u32,
}Expand description
VkDescriptorPoolSize
Provided by VK_COMPUTE_VERSION_1_0.
Fields§
§type: DescriptorType§descriptor_count: u32Implementations§
Source§impl DescriptorPoolSize
impl DescriptorPoolSize
Sourcepub fn builder() -> DescriptorPoolSizeBuilder
pub fn builder() -> DescriptorPoolSizeBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for DescriptorPoolSize
impl Clone for DescriptorPoolSize
Source§fn clone(&self) -> DescriptorPoolSize
fn clone(&self) -> DescriptorPoolSize
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 Debug for DescriptorPoolSize
impl Debug for DescriptorPoolSize
Source§impl Default for DescriptorPoolSize
impl Default for DescriptorPoolSize
impl Copy for DescriptorPoolSize
Auto Trait Implementations§
impl Freeze for DescriptorPoolSize
impl RefUnwindSafe for DescriptorPoolSize
impl Send for DescriptorPoolSize
impl Sync for DescriptorPoolSize
impl Unpin for DescriptorPoolSize
impl UnsafeUnpin for DescriptorPoolSize
impl UnwindSafe for DescriptorPoolSize
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