Struct ash::vk::ImagePlaneMemoryRequirementsInfo [−][src]
#[repr(C)]pub struct ImagePlaneMemoryRequirementsInfo { pub s_type: StructureType, pub p_next: *const c_void, pub plane_aspect: ImageAspectFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
plane_aspect: ImageAspectFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ImagePlaneMemoryRequirementsInfo
impl !Sync for ImagePlaneMemoryRequirementsInfo
impl Unpin for ImagePlaneMemoryRequirementsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more