#[repr(C)]pub struct ImageViewHandleInfoNVX {
pub sType: StructureType,
pub pNext: *const c_void,
pub imageView: ImageView,
pub descriptorType: DescriptorType,
pub sampler: Sampler,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§imageView: ImageView
§descriptorType: DescriptorType
§sampler: Sampler
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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