#[repr(C)]pub struct ImageViewCaptureDescriptorDataInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub imageView: ImageView,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§imageView: ImageView
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§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 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