#[repr(C)]pub struct PhysicalDeviceImageFormatInfo2 {
pub s_type: StructureType,
pub next: *const c_void,
pub format: Format,
pub type_: ImageType,
pub tiling: ImageTiling,
pub usage: ImageUsageFlags,
pub flags: ImageCreateFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidformat: Formattype_: ImageTypetiling: ImageTilingusage: ImageUsageFlagsflags: ImageCreateFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDeviceImageFormatInfo2
impl !Sync for PhysicalDeviceImageFormatInfo2
impl Unpin for PhysicalDeviceImageFormatInfo2
impl UnwindSafe for PhysicalDeviceImageFormatInfo2
Blanket Implementations
Mutably borrows from an owned value. Read more