#[repr(C)]pub struct FilterCubicImageViewImageFormatPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_cubic: Bool32,
pub filter_cubic_minmax: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§filter_cubic: Bool32
§filter_cubic_minmax: Bool32
Implementations§
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 more