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: ImageViewImplementations§
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 Default for ImageViewCaptureDescriptorDataInfoEXT
impl Default for ImageViewCaptureDescriptorDataInfoEXT
source§fn default() -> ImageViewCaptureDescriptorDataInfoEXT
fn default() -> ImageViewCaptureDescriptorDataInfoEXT
Returns the “default value” for a type. Read more