pub type PhysicalDeviceImageFormatInfo2KHR = PhysicalDeviceImageFormatInfo2;
Aliased Type§
struct PhysicalDeviceImageFormatInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format: Format,
pub ty: ImageType,
pub tiling: ImageTiling,
pub usage: ImageUsageFlags,
pub flags: ImageCreateFlags,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§format: Format
§ty: ImageType
§tiling: ImageTiling
§usage: ImageUsageFlags
§flags: ImageCreateFlags
Implementations
Source§impl PhysicalDeviceImageFormatInfo2
impl PhysicalDeviceImageFormatInfo2
pub fn builder<'a>() -> PhysicalDeviceImageFormatInfo2Builder<'a>
Trait Implementations
Source§impl Clone for PhysicalDeviceImageFormatInfo2
impl Clone for PhysicalDeviceImageFormatInfo2
Source§fn clone(&self) -> PhysicalDeviceImageFormatInfo2
fn clone(&self) -> PhysicalDeviceImageFormatInfo2
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