pub type DeviceImageMemoryRequirementsKHR<'a> = DeviceImageMemoryRequirements<'a>;
Aliased Type§
struct DeviceImageMemoryRequirementsKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_create_info: *const ImageCreateInfo<'a>,
pub plane_aspect: ImageAspectFlags,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_create_info: *const ImageCreateInfo<'a>
§plane_aspect: ImageAspectFlags
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> DeviceImageMemoryRequirements<'a>
impl<'a> DeviceImageMemoryRequirements<'a>
pub fn create_info(self, create_info: &'a ImageCreateInfo<'a>) -> Self
pub fn plane_aspect(self, plane_aspect: ImageAspectFlags) -> Self
Trait Implementations
Source§impl<'a> Clone for DeviceImageMemoryRequirements<'a>
impl<'a> Clone for DeviceImageMemoryRequirements<'a>
Source§fn clone(&self) -> DeviceImageMemoryRequirements<'a>
fn clone(&self) -> DeviceImageMemoryRequirements<'a>
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