pub type ImageMemoryRequirementsInfo2KHR = ImageMemoryRequirementsInfo2;
Aliased Type§
struct ImageMemoryRequirementsInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§image: Image
Implementations
Source§impl ImageMemoryRequirementsInfo2
impl ImageMemoryRequirementsInfo2
pub fn builder<'a>() -> ImageMemoryRequirementsInfo2Builder<'a>
Trait Implementations
Source§impl Clone for ImageMemoryRequirementsInfo2
impl Clone for ImageMemoryRequirementsInfo2
Source§fn clone(&self) -> ImageMemoryRequirementsInfo2
fn clone(&self) -> ImageMemoryRequirementsInfo2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more