#[repr(C)]pub struct VkImageDescriptorInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pView: *const VkImageViewCreateInfo,
pub layout: VkImageLayout,
}Fields§
§sType: VkStructureType§pNext: *const c_void§pView: *const VkImageViewCreateInfo§layout: VkImageLayoutTrait Implementations§
Source§impl Clone for VkImageDescriptorInfoEXT
impl Clone for VkImageDescriptorInfoEXT
Source§fn clone(&self) -> VkImageDescriptorInfoEXT
fn clone(&self) -> VkImageDescriptorInfoEXT
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 moreimpl Copy for VkImageDescriptorInfoEXT
Auto Trait Implementations§
impl Freeze for VkImageDescriptorInfoEXT
impl RefUnwindSafe for VkImageDescriptorInfoEXT
impl !Send for VkImageDescriptorInfoEXT
impl !Sync for VkImageDescriptorInfoEXT
impl Unpin for VkImageDescriptorInfoEXT
impl UnwindSafe for VkImageDescriptorInfoEXT
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