Struct vulkanalia_sys::ImageFormatListCreateInfo
source · [−]#[repr(C)]pub struct ImageFormatListCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub view_format_count: u32,
pub view_formats: *const Format,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidview_format_count: u32view_formats: *const FormatTrait 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 RefUnwindSafe for ImageFormatListCreateInfo
impl !Send for ImageFormatListCreateInfo
impl !Sync for ImageFormatListCreateInfo
impl Unpin for ImageFormatListCreateInfo
impl UnwindSafe for ImageFormatListCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more