pub struct FixedSizeDescriptorSet<L, R> { /* private fields */ }
Expand description

A descriptor set created from a FixedSizeDescriptorSetsPool.

Trait Implementations

Returns the inner UnsafeDescriptorSet.
Returns the number of buffers within this descriptor set.
Returns the indexth buffer of this descriptor set, or None if out of range. Also returns the index of the descriptor that uses this buffer. Read more
Returns the number of images within this descriptor set.
Returns the indexth image of this descriptor set, or None if out of range. Also returns the index of the descriptor that uses this image. Read more
Returns the number of binding slots in the set.
Returns a description of a descriptor, or None if out of range.
Returns the device that owns Self.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Builds a pointer to this type from a raw pointer.
Returns true if the size is suitable to store a type like this.
Returns the size of an individual element.
Returns the number of descriptors in the set. Includes possibly empty descriptors. Read more
Returns the descriptor for the given binding of the given set. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.