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