Struct lava::VkImageViewCreateInfo [−][src]
pub struct VkImageViewCreateInfo<'a> {
pub flags: VkImageViewCreateFlags,
pub image: &'a VkImage,
pub view_type: VkImageViewType,
pub format: VkFormat,
pub components: VkComponentMapping,
pub subresource_range: VkImageSubresourceRange,
}Fields
flags: VkImageViewCreateFlags
image: &'a VkImage
view_type: VkImageViewType
format: VkFormat
components: VkComponentMapping
subresource_range: VkImageSubresourceRange
Trait Implementations
impl<'a> Debug for VkImageViewCreateInfo<'a>[src]
impl<'a> Debug for VkImageViewCreateInfo<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Clone for VkImageViewCreateInfo<'a>[src]
impl<'a> Clone for VkImageViewCreateInfo<'a>fn clone(&self) -> VkImageViewCreateInfo<'a>[src]
fn clone(&self) -> VkImageViewCreateInfo<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for VkImageViewCreateInfo<'static>[src]
impl Default for VkImageViewCreateInfo<'static>fn default() -> VkImageViewCreateInfo<'static>[src]
fn default() -> VkImageViewCreateInfo<'static>Returns the "default value" for a type. Read more
Auto Trait Implementations
impl<'a> !Send for VkImageViewCreateInfo<'a>
impl<'a> !Send for VkImageViewCreateInfo<'a>impl<'a> !Sync for VkImageViewCreateInfo<'a>
impl<'a> !Sync for VkImageViewCreateInfo<'a>