Struct unity_native_plugin_sys::VkImageSubresourceLayers [−][src]
#[repr(C)]pub struct VkImageSubresourceLayers {
pub aspectMask: VkImageAspectFlags,
pub mipLevel: u32,
pub baseArrayLayer: u32,
pub layerCount: u32,
}Fields
aspectMask: VkImageAspectFlagsmipLevel: u32baseArrayLayer: u32layerCount: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkImageSubresourceLayers
impl Send for VkImageSubresourceLayers
impl Sync for VkImageSubresourceLayers
impl Unpin for VkImageSubresourceLayers
impl UnwindSafe for VkImageSubresourceLayers
Blanket Implementations
Mutably borrows from an owned value. Read more