Struct ash::vk::ImageSubresource [−][src]
#[repr(C)]pub struct ImageSubresource { pub aspect_mask: ImageAspectFlags, pub mip_level: u32, pub array_layer: u32, }
Expand description
Fields
aspect_mask: ImageAspectFlags
mip_level: u32
array_layer: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageSubresource
impl Send for ImageSubresource
impl Sync for ImageSubresource
impl Unpin for ImageSubresource
impl UnwindSafe for ImageSubresource
Blanket Implementations
Mutably borrows from an owned value. Read more