#[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 moresource§impl TaggedStructure for FilterCubicImageViewImageFormatPropertiesEXT
impl TaggedStructure for FilterCubicImageViewImageFormatPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
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 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