Struct erupt::vk1_0::DescriptorPoolCreateInfoBuilder[][src]

#[repr(transparent)]pub struct DescriptorPoolCreateInfoBuilder<'a>(_, _);

Implementations

impl<'a> DescriptorPoolCreateInfoBuilder<'a>[src]

pub fn new() -> DescriptorPoolCreateInfoBuilder<'a>[src]

pub fn flags(mut self: Self, flags: DescriptorPoolCreateFlags) -> Self[src]

pub fn max_sets(mut self: Self, max_sets: u32) -> Self[src]

pub fn pool_sizes(
    mut self: Self,
    pool_sizes: &'a [DescriptorPoolSizeBuilder<'_>]
) -> Self
[src]

pub fn build(self) -> DescriptorPoolCreateInfo[src]

Discards all lifetime information. Use the Deref and DerefMut implementations if possible.

Methods from Deref<Target = DescriptorPoolCreateInfo>

Trait Implementations

impl<'a> Clone for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> Copy for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> Debug for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> Default for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> Deref for DescriptorPoolCreateInfoBuilder<'a>[src]

type Target = DescriptorPoolCreateInfo

The resulting type after dereferencing.

impl<'a> DerefMut for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, DescriptorPoolInlineUniformBlockCreateInfoEXT> for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, DescriptorPoolInlineUniformBlockCreateInfoEXTBuilder<'_>> for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, MutableDescriptorTypeCreateInfoVALVE> for DescriptorPoolCreateInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, MutableDescriptorTypeCreateInfoVALVEBuilder<'_>> for DescriptorPoolCreateInfoBuilder<'a>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.