Struct ash::vk::ImageViewCaptureDescriptorDataInfoEXT
source · #[repr(C)]pub struct ImageViewCaptureDescriptorDataInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image_view: ImageView
Implementations§
source§impl ImageViewCaptureDescriptorDataInfoEXT
impl ImageViewCaptureDescriptorDataInfoEXT
pub fn builder<'a>() -> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewCaptureDescriptorDataInfoEXT
impl Clone for ImageViewCaptureDescriptorDataInfoEXT
source§fn clone(&self) -> ImageViewCaptureDescriptorDataInfoEXT
fn clone(&self) -> ImageViewCaptureDescriptorDataInfoEXT
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 TaggedStructure for ImageViewCaptureDescriptorDataInfoEXT
impl TaggedStructure for ImageViewCaptureDescriptorDataInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_EXT
impl 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 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