Struct ash::vk::ImageViewHandleInfoNVX
source · #[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§
source§impl ImageViewHandleInfoNVX
impl ImageViewHandleInfoNVX
pub fn builder<'a>() -> ImageViewHandleInfoNVXBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewHandleInfoNVX
impl Clone for ImageViewHandleInfoNVX
source§fn clone(&self) -> ImageViewHandleInfoNVX
fn clone(&self) -> ImageViewHandleInfoNVX
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