Struct ash::vk::PhysicalDeviceImageViewImageFormatInfoEXT
source · #[repr(C)]pub struct PhysicalDeviceImageViewImageFormatInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_view_type: ImageViewType,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§image_view_type: ImageViewType
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
source§fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
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 TaggedStructure for PhysicalDeviceImageViewImageFormatInfoEXT
impl TaggedStructure for PhysicalDeviceImageViewImageFormatInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT
impl Copy for PhysicalDeviceImageViewImageFormatInfoEXT
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageViewImageFormatInfoEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageViewImageFormatInfoEXT
impl RefUnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXT
impl !Send for PhysicalDeviceImageViewImageFormatInfoEXT
impl !Sync for PhysicalDeviceImageViewImageFormatInfoEXT
impl Unpin for PhysicalDeviceImageViewImageFormatInfoEXT
impl UnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXT
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