Struct screen_13::prelude::vk::ImageSubresourceLayers
source · pub struct ImageSubresourceLayers {
pub aspect_mask: ImageAspectFlags,
pub mip_level: u32,
pub base_array_layer: u32,
pub layer_count: u32,
}Expand description
Fields§
§aspect_mask: ImageAspectFlags§mip_level: u32§base_array_layer: u32§layer_count: u32Implementations§
source§impl ImageSubresourceLayers
impl ImageSubresourceLayers
pub fn builder<'a>() -> ImageSubresourceLayersBuilder<'a>
Trait Implementations§
source§impl Clone for ImageSubresourceLayers
impl Clone for ImageSubresourceLayers
source§fn clone(&self) -> ImageSubresourceLayers
fn clone(&self) -> ImageSubresourceLayers
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImageSubresourceLayers
impl Debug for ImageSubresourceLayers
source§impl Default for ImageSubresourceLayers
impl Default for ImageSubresourceLayers
source§fn default() -> ImageSubresourceLayers
fn default() -> ImageSubresourceLayers
Returns the “default value” for a type. Read more