Struct ash::vk::ImageViewHandleInfoNVX [−][src]
#[repr(C)]pub struct ImageViewHandleInfoNVX { pub s_type: StructureType, pub p_next: *const c_void, pub image_view: ImageView, pub descriptor_type: DescriptorType, pub sampler: Sampler, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
image_view: ImageView
descriptor_type: DescriptorType
sampler: Sampler
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageViewHandleInfoNVX
impl !Send for ImageViewHandleInfoNVX
impl !Sync for ImageViewHandleInfoNVX
impl Unpin for ImageViewHandleInfoNVX
impl UnwindSafe for ImageViewHandleInfoNVX
Blanket Implementations
Mutably borrows from an owned value. Read more