#[repr(C)]pub struct VkImageViewHandleInfoNVX {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub imageView: VkImageView,
pub descriptorType: VkDescriptorType,
pub sampler: VkSampler,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§imageView: VkImageView
§descriptorType: VkDescriptorType
§sampler: VkSampler
Trait Implementations§
Source§impl Clone for VkImageViewHandleInfoNVX
impl Clone for VkImageViewHandleInfoNVX
Source§fn clone(&self) -> VkImageViewHandleInfoNVX
fn clone(&self) -> VkImageViewHandleInfoNVX
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkImageViewHandleInfoNVX
impl Default for VkImageViewHandleInfoNVX
impl Copy for VkImageViewHandleInfoNVX
Auto Trait Implementations§
impl Freeze for VkImageViewHandleInfoNVX
impl RefUnwindSafe for VkImageViewHandleInfoNVX
impl !Send for VkImageViewHandleInfoNVX
impl !Sync for VkImageViewHandleInfoNVX
impl Unpin for VkImageViewHandleInfoNVX
impl UnwindSafe for VkImageViewHandleInfoNVX
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