Struct gfx_window_vulkan::Frame [] [src]

pub struct Frame<'a, T: 'a> { /* fields omitted */ }

Methods

impl<'a, T: Clone> Frame<'a, T>
[src]

Trait Implementations

impl<'a, T> Drop for Frame<'a, T>
[src]

A method called when the value goes out of scope. Read more