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