Struct vulkanalia_sys::ImageViewHandleInfoNVX
source · [−]#[repr(C)]pub struct ImageViewHandleInfoNVX {
pub s_type: StructureType,
pub next: *const c_void,
pub image_view: ImageView,
pub descriptor_type: DescriptorType,
pub sampler: Sampler,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidimage_view: ImageViewdescriptor_type: DescriptorTypesampler: SamplerTrait 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 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