Struct ash::vk::ImageSubresourceLayers [−][src]
#[repr(C)]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: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageSubresourceLayers
impl Send for ImageSubresourceLayers
impl Sync for ImageSubresourceLayers
impl Unpin for ImageSubresourceLayers
impl UnwindSafe for ImageSubresourceLayers
Blanket Implementations
Mutably borrows from an owned value. Read more