[][src]Struct vulkano::framebuffer::RenderPassDescAttachments

pub struct RenderPassDescAttachments<'a, R: ?Sized + 'a> { /* fields omitted */ }

Iterator to the attachments of a RenderPassDesc.

Trait Implementations

impl<'a, R: ?Sized + 'a> Iterator for RenderPassDescAttachments<'a, R> where
    R: RenderPassDesc
[src]

type Item = AttachmentDescription

The type of the elements being iterated over.

impl<'a, R: Clone + ?Sized + 'a> Clone for RenderPassDescAttachments<'a, R>[src]

impl<'a, R: Copy + ?Sized + 'a> Copy for RenderPassDescAttachments<'a, R>[src]

impl<'a, R: Debug + ?Sized + 'a> Debug for RenderPassDescAttachments<'a, R>[src]

Auto Trait Implementations

impl<'a, R: ?Sized> Send for RenderPassDescAttachments<'a, R> where
    R: Sync

impl<'a, R: ?Sized> Sync for RenderPassDescAttachments<'a, R> where
    R: Sync

impl<'a, R: ?Sized> Unpin for RenderPassDescAttachments<'a, R>

impl<'a, R: ?Sized> UnwindSafe for RenderPassDescAttachments<'a, R> where
    R: RefUnwindSafe

impl<'a, R: ?Sized> RefUnwindSafe for RenderPassDescAttachments<'a, R> where
    R: RefUnwindSafe

Blanket Implementations

impl<T> Content for T[src]

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

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

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

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.

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

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

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