#[repr(C)]pub struct ImageDescriptorInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_view: *const ImageViewCreateInfo,
pub layout: ImageLayout,
}Expand description
VkImageDescriptorInfoEXT
Provided by VK_EXT_descriptor_heap.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_DESCRIPTOR_INFO_EXT.
p_next: *const c_voidOptional, may be null.
p_view: *const ImageViewCreateInfo§layout: ImageLayoutImplementations§
Source§impl ImageDescriptorInfoEXT
impl ImageDescriptorInfoEXT
Sourcepub fn builder<'a>() -> ImageDescriptorInfoEXTBuilder<'a>
pub fn builder<'a>() -> ImageDescriptorInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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§fn default() -> ImageDescriptorInfoEXT
fn default() -> ImageDescriptorInfoEXT
Returns the “default value” for a type. Read more
impl Copy for ImageDescriptorInfoEXT
Auto Trait Implementations§
impl Freeze for ImageDescriptorInfoEXT
impl RefUnwindSafe for ImageDescriptorInfoEXT
impl !Send for ImageDescriptorInfoEXT
impl !Sync for ImageDescriptorInfoEXT
impl Unpin for ImageDescriptorInfoEXT
impl UnsafeUnpin 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