Struct ash::vk::ImageFormatListCreateInfo
source · #[repr(C)]pub struct ImageFormatListCreateInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub view_format_count: u32,
pub p_view_formats: *const Format,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§view_format_count: u32
§p_view_formats: *const Format
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ImageFormatListCreateInfo<'a>
impl<'a> ImageFormatListCreateInfo<'a>
pub fn view_formats(self, view_formats: &'a [Format]) -> Self
Trait Implementations§
source§impl<'a> Clone for ImageFormatListCreateInfo<'a>
impl<'a> Clone for ImageFormatListCreateInfo<'a>
source§fn clone(&self) -> ImageFormatListCreateInfo<'a>
fn clone(&self) -> ImageFormatListCreateInfo<'a>
Returns a copy 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<'a> Debug for ImageFormatListCreateInfo<'a>
impl<'a> Debug for ImageFormatListCreateInfo<'a>
source§impl Default for ImageFormatListCreateInfo<'_>
impl Default for ImageFormatListCreateInfo<'_>
source§impl<'a> TaggedStructure for ImageFormatListCreateInfo<'a>
impl<'a> TaggedStructure for ImageFormatListCreateInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_FORMAT_LIST_CREATE_INFO
impl<'a> Copy for ImageFormatListCreateInfo<'a>
impl ExtendsImageCreateInfo for ImageFormatListCreateInfo<'_>
impl ExtendsPhysicalDeviceImageFormatInfo2 for ImageFormatListCreateInfo<'_>
impl ExtendsSwapchainCreateInfoKHR for ImageFormatListCreateInfo<'_>
impl Send for ImageFormatListCreateInfo<'_>
impl Sync for ImageFormatListCreateInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for ImageFormatListCreateInfo<'a>
impl<'a> RefUnwindSafe for ImageFormatListCreateInfo<'a>
impl<'a> Unpin for ImageFormatListCreateInfo<'a>
impl<'a> UnwindSafe for ImageFormatListCreateInfo<'a>
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