Struct unity_native_plugin_sys::VkImagePlaneMemoryRequirementsInfo [−][src]
#[repr(C)]pub struct VkImagePlaneMemoryRequirementsInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub planeAspect: VkImageAspectFlagBits,
}Fields
sType: VkStructureTypepNext: *const c_voidplaneAspect: VkImageAspectFlagBitsTrait Implementations
Auto Trait Implementations
impl !Send for VkImagePlaneMemoryRequirementsInfo
impl !Sync for VkImagePlaneMemoryRequirementsInfo
impl Unpin for VkImagePlaneMemoryRequirementsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more