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 moresource§impl Debug for ImageViewHandleInfoNVX
impl Debug for ImageViewHandleInfoNVX
source§impl Default for ImageViewHandleInfoNVX
impl Default for ImageViewHandleInfoNVX
source§impl TaggedStructure for ImageViewHandleInfoNVX
impl TaggedStructure for ImageViewHandleInfoNVX
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_VIEW_HANDLE_INFO_NVX
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 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