#[repr(C)]pub struct FilterCubicImageViewImageFormatPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_cubic: Bool32,
pub filter_cubic_minmax: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§filter_cubic: Bool32
§filter_cubic_minmax: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> FilterCubicImageViewImageFormatPropertiesEXT<'a>
pub fn filter_cubic(self, filter_cubic: bool) -> Self
pub fn filter_cubic_minmax(self, filter_cubic_minmax: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> Clone for FilterCubicImageViewImageFormatPropertiesEXT<'a>
source§fn clone(&self) -> FilterCubicImageViewImageFormatPropertiesEXT<'a>
fn clone(&self) -> FilterCubicImageViewImageFormatPropertiesEXT<'a>
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<'a> Debug for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> Debug for FilterCubicImageViewImageFormatPropertiesEXT<'a>
source§impl<'a> TaggedStructure for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> TaggedStructure for FilterCubicImageViewImageFormatPropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
impl<'a> Copy for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl ExtendsImageFormatProperties2 for FilterCubicImageViewImageFormatPropertiesEXT<'_>
impl Send for FilterCubicImageViewImageFormatPropertiesEXT<'_>
impl Sync for FilterCubicImageViewImageFormatPropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> RefUnwindSafe for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> Unpin for FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> UnwindSafe for FilterCubicImageViewImageFormatPropertiesEXT<'a>
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