Struct vulkanalia_sys::DescriptorPoolSize
source · [−]#[repr(C)]pub struct DescriptorPoolSize {
pub type_: DescriptorType,
pub descriptor_count: u32,
}Expand description
Fields
type_: DescriptorTypedescriptor_count: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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