#[repr(C)]pub struct ImageViewCaptureDescriptorDataInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub image_view: ImageView,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§image_view: ImageViewTrait 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 moreSource§impl PartialEq for ImageViewCaptureDescriptorDataInfoEXT
impl PartialEq for ImageViewCaptureDescriptorDataInfoEXT
Source§fn eq(&self, other: &ImageViewCaptureDescriptorDataInfoEXT) -> bool
fn eq(&self, other: &ImageViewCaptureDescriptorDataInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImageViewCaptureDescriptorDataInfoEXT
impl Eq for ImageViewCaptureDescriptorDataInfoEXT
impl Send for ImageViewCaptureDescriptorDataInfoEXT
impl StructuralPartialEq for ImageViewCaptureDescriptorDataInfoEXT
impl Sync for ImageViewCaptureDescriptorDataInfoEXT
Auto Trait Implementations§
impl Freeze for ImageViewCaptureDescriptorDataInfoEXT
impl RefUnwindSafe 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