#[repr(C)]pub struct ImageViewCaptureDescriptorDataInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
}Expand description
VkImageViewCaptureDescriptorDataInfoEXT
Provided by VK_EXT_descriptor_buffer.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_EXT.
p_next: *const c_voidOptional, may be null.
image_view: ImageViewImplementations§
Source§impl ImageViewCaptureDescriptorDataInfoEXT
impl ImageViewCaptureDescriptorDataInfoEXT
Sourcepub fn builder<'a>() -> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
pub fn builder<'a>() -> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for ImageViewCaptureDescriptorDataInfoEXT
impl Clone for ImageViewCaptureDescriptorDataInfoEXT
Source§fn clone(&self) -> ImageViewCaptureDescriptorDataInfoEXT
fn clone(&self) -> ImageViewCaptureDescriptorDataInfoEXT
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 moreimpl Copy for ImageViewCaptureDescriptorDataInfoEXT
Auto Trait Implementations§
impl Freeze for ImageViewCaptureDescriptorDataInfoEXT
impl RefUnwindSafe for ImageViewCaptureDescriptorDataInfoEXT
impl !Send for ImageViewCaptureDescriptorDataInfoEXT
impl !Sync for ImageViewCaptureDescriptorDataInfoEXT
impl Unpin for ImageViewCaptureDescriptorDataInfoEXT
impl UnsafeUnpin for ImageViewCaptureDescriptorDataInfoEXT
impl UnwindSafe for ImageViewCaptureDescriptorDataInfoEXT
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