pub struct FilterCubicImageViewImageFormatPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_cubic: u32,
pub filter_cubic_minmax: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§filter_cubic: u32§filter_cubic_minmax: u32Implementations§
Trait Implementations§
source§impl Clone for FilterCubicImageViewImageFormatPropertiesEXT
impl Clone for FilterCubicImageViewImageFormatPropertiesEXT
source§fn clone(&self) -> FilterCubicImageViewImageFormatPropertiesEXT
fn clone(&self) -> FilterCubicImageViewImageFormatPropertiesEXT
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 Default for FilterCubicImageViewImageFormatPropertiesEXT
impl Default for FilterCubicImageViewImageFormatPropertiesEXT
source§fn default() -> FilterCubicImageViewImageFormatPropertiesEXT
fn default() -> FilterCubicImageViewImageFormatPropertiesEXT
Returns the “default value” for a type. Read more