#[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
VkImageViewHandleInfoNVX
Provided by VK_NVX_image_view_handle.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_VIEW_HANDLE_INFO_NVX.
p_next: *const c_voidOptional, may be null.
image_view: ImageView§descriptor_type: DescriptorType§sampler: SamplerImplementations§
Source§impl ImageViewHandleInfoNVX
impl ImageViewHandleInfoNVX
Sourcepub fn builder<'a>() -> ImageViewHandleInfoNVXBuilder<'a>
pub fn builder<'a>() -> ImageViewHandleInfoNVXBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageViewHandleInfoNVX
impl Clone for ImageViewHandleInfoNVX
Source§fn clone(&self) -> ImageViewHandleInfoNVX
fn clone(&self) -> ImageViewHandleInfoNVX
Returns a duplicate 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 moreSource§impl Debug for ImageViewHandleInfoNVX
impl Debug for ImageViewHandleInfoNVX
Source§impl Default for ImageViewHandleInfoNVX
impl Default for ImageViewHandleInfoNVX
Source§fn default() -> ImageViewHandleInfoNVX
fn default() -> ImageViewHandleInfoNVX
Returns the “default value” for a type. Read more
impl Copy for ImageViewHandleInfoNVX
Auto Trait Implementations§
impl Freeze for ImageViewHandleInfoNVX
impl RefUnwindSafe for ImageViewHandleInfoNVX
impl !Send for ImageViewHandleInfoNVX
impl !Sync for ImageViewHandleInfoNVX
impl Unpin for ImageViewHandleInfoNVX
impl UnsafeUnpin for ImageViewHandleInfoNVX
impl UnwindSafe for ImageViewHandleInfoNVX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more