Struct unity_native_plugin_sys::VkImageViewHandleInfoNVX [−][src]
#[repr(C)]pub struct VkImageViewHandleInfoNVX {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub imageView: VkImageView,
pub descriptorType: VkDescriptorType,
pub sampler: VkSampler,
}Fields
sType: VkStructureTypepNext: *const c_voidimageView: VkImageViewdescriptorType: VkDescriptorTypesampler: VkSamplerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkImageViewHandleInfoNVX
impl !Send for VkImageViewHandleInfoNVX
impl !Sync for VkImageViewHandleInfoNVX
impl Unpin for VkImageViewHandleInfoNVX
impl UnwindSafe for VkImageViewHandleInfoNVX
Blanket Implementations
Mutably borrows from an owned value. Read more