Struct vulkanalia_sys::ImageViewCreateInfo
source · [−]#[repr(C)]pub struct ImageViewCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: ImageViewCreateFlags,
pub image: Image,
pub view_type: ImageViewType,
pub format: Format,
pub components: ComponentMapping,
pub subresource_range: ImageSubresourceRange,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: ImageViewCreateFlagsimage: Imageview_type: ImageViewTypeformat: Formatcomponents: ComponentMappingsubresource_range: ImageSubresourceRangeTrait 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 ImageViewCreateInfo
impl !Send for ImageViewCreateInfo
impl !Sync for ImageViewCreateInfo
impl Unpin for ImageViewCreateInfo
impl UnwindSafe for ImageViewCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more