#[repr(C)]pub struct PhysicalDeviceImageViewImageFormatInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_view_type: ImageViewType,
}Expand description
VkPhysicalDeviceImageViewImageFormatInfoEXT
Provided by VK_EXT_filter_cubic.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT.
p_next: *mut c_voidOptional, may be null.
image_view_type: ImageViewTypeImplementations§
Source§impl PhysicalDeviceImageViewImageFormatInfoEXT
impl PhysicalDeviceImageViewImageFormatInfoEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
Source§fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
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 Default for PhysicalDeviceImageViewImageFormatInfoEXT
impl Default for PhysicalDeviceImageViewImageFormatInfoEXT
Source§fn default() -> PhysicalDeviceImageViewImageFormatInfoEXT
fn default() -> PhysicalDeviceImageViewImageFormatInfoEXT
Returns the “default value” for a type. Read more
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 UnsafeUnpin 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