[][src]Struct vulkano::descriptor::descriptor_set::FixedSizeDescriptorSet

pub struct FixedSizeDescriptorSet<L, R> { /* fields omitted */ }

A descriptor set created from a FixedSizeDescriptorSetsPool.

Trait Implementations

impl<L, R> DescriptorSet for FixedSizeDescriptorSet<L, R> where
    L: PipelineLayoutAbstract,
    R: PersistentDescriptorSetResources, 
[src]

impl<L, R> DescriptorSetDesc for FixedSizeDescriptorSet<L, R> where
    L: PipelineLayoutAbstract
[src]

impl<L, R> DeviceOwned for FixedSizeDescriptorSet<L, R> where
    L: DeviceOwned
[src]

Auto Trait Implementations

impl<L, R> Send for FixedSizeDescriptorSet<L, R> where
    L: Send,
    R: Send

impl<L, R> Unpin for FixedSizeDescriptorSet<L, R> where
    L: Unpin,
    R: Unpin

impl<L, R> Sync for FixedSizeDescriptorSet<L, R> where
    L: Sync,
    R: Sync

impl<L, R> UnwindSafe for FixedSizeDescriptorSet<L, R> where
    L: UnwindSafe,
    R: UnwindSafe

impl<L, R> RefUnwindSafe for FixedSizeDescriptorSet<L, R> where
    L: RefUnwindSafe,
    R: RefUnwindSafe

Blanket Implementations

impl<T> DescriptorSetsCollection for T where
    T: DescriptorSet + Send + Sync + 'static, 
[src]

impl<T> DescriptorSet for T where
    T: SafeDeref,
    <T as Deref>::Target: DescriptorSet
[src]

impl<T> DescriptorSetDesc for T where
    T: SafeDeref,
    <T as Deref>::Target: DescriptorSetDesc
[src]

impl<T> DeviceOwned for T where
    T: Deref,
    <T as Deref>::Target: DeviceOwned
[src]

impl<T> Content for T[src]

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

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

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.

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

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

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