#[repr(C)]pub struct ImageDescriptorInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub view: *const ImageViewCreateInfo,
pub layout: ImageLayout,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§view: *const ImageViewCreateInfo§layout: ImageLayoutTrait Implementations§
Source§impl Clone for ImageDescriptorInfoEXT
impl Clone for ImageDescriptorInfoEXT
Source§fn clone(&self) -> ImageDescriptorInfoEXT
fn clone(&self) -> ImageDescriptorInfoEXT
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 Debug for ImageDescriptorInfoEXT
impl Debug for ImageDescriptorInfoEXT
Source§impl Default for ImageDescriptorInfoEXT
impl Default for ImageDescriptorInfoEXT
Source§impl Hash for ImageDescriptorInfoEXT
impl Hash for ImageDescriptorInfoEXT
Source§impl PartialEq for ImageDescriptorInfoEXT
impl PartialEq for ImageDescriptorInfoEXT
impl Copy for ImageDescriptorInfoEXT
impl Eq for ImageDescriptorInfoEXT
impl Send for ImageDescriptorInfoEXT
impl StructuralPartialEq for ImageDescriptorInfoEXT
impl Sync for ImageDescriptorInfoEXT
Auto Trait Implementations§
impl Freeze for ImageDescriptorInfoEXT
impl RefUnwindSafe for ImageDescriptorInfoEXT
impl Unpin for ImageDescriptorInfoEXT
impl UnwindSafe for ImageDescriptorInfoEXT
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