#[repr(C)]pub struct FilterCubicImageViewImageFormatPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_cubic: u32,
pub filter_cubic_minmax: u32,
}Expand description
VkFilterCubicImageViewImageFormatPropertiesEXT
Provided by VK_EXT_filter_cubic.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
filter_cubic: u32§filter_cubic_minmax: u32Implementations§
Source§impl FilterCubicImageViewImageFormatPropertiesEXT
impl FilterCubicImageViewImageFormatPropertiesEXT
Sourcepub fn builder<'a>() -> FilterCubicImageViewImageFormatPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> FilterCubicImageViewImageFormatPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for FilterCubicImageViewImageFormatPropertiesEXT
impl Clone for FilterCubicImageViewImageFormatPropertiesEXT
Source§fn clone(&self) -> FilterCubicImageViewImageFormatPropertiesEXT
fn clone(&self) -> FilterCubicImageViewImageFormatPropertiesEXT
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 FilterCubicImageViewImageFormatPropertiesEXT
impl Default for FilterCubicImageViewImageFormatPropertiesEXT
Source§fn default() -> FilterCubicImageViewImageFormatPropertiesEXT
fn default() -> FilterCubicImageViewImageFormatPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for FilterCubicImageViewImageFormatPropertiesEXT
impl ExtendsImageFormatProperties2 for FilterCubicImageViewImageFormatPropertiesEXT
Auto Trait Implementations§
impl Freeze for FilterCubicImageViewImageFormatPropertiesEXT
impl RefUnwindSafe for FilterCubicImageViewImageFormatPropertiesEXT
impl !Send for FilterCubicImageViewImageFormatPropertiesEXT
impl !Sync for FilterCubicImageViewImageFormatPropertiesEXT
impl Unpin for FilterCubicImageViewImageFormatPropertiesEXT
impl UnsafeUnpin for FilterCubicImageViewImageFormatPropertiesEXT
impl UnwindSafe for FilterCubicImageViewImageFormatPropertiesEXT
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