#[repr(C)]pub struct VkImageFormatListCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub viewFormatCount: u32,
pub pViewFormats: *const VkFormat,
}Fields§
§sType: VkStructureType§pNext: *const c_void§viewFormatCount: u32§pViewFormats: *const VkFormatTrait Implementations§
Source§impl Clone for VkImageFormatListCreateInfoKHR
impl Clone for VkImageFormatListCreateInfoKHR
Source§fn clone(&self) -> VkImageFormatListCreateInfoKHR
fn clone(&self) -> VkImageFormatListCreateInfoKHR
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 VkImageFormatListCreateInfoKHR
Auto Trait Implementations§
impl Freeze for VkImageFormatListCreateInfoKHR
impl RefUnwindSafe for VkImageFormatListCreateInfoKHR
impl !Send for VkImageFormatListCreateInfoKHR
impl !Sync for VkImageFormatListCreateInfoKHR
impl Unpin for VkImageFormatListCreateInfoKHR
impl UnwindSafe for VkImageFormatListCreateInfoKHR
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