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