#[repr(C)]pub struct FilterCubicImageViewImageFormatPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_cubic: u32,
pub filter_cubic_minmax: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§filter_cubic: u32§filter_cubic_minmax: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> FilterCubicImageViewImageFormatPropertiesEXT<'a>
impl<'a> FilterCubicImageViewImageFormatPropertiesEXT<'a>
pub fn filter_cubic( self, filter_cubic: bool, ) -> FilterCubicImageViewImageFormatPropertiesEXT<'a>
pub fn filter_cubic_minmax( self, filter_cubic_minmax: bool, ) -> FilterCubicImageViewImageFormatPropertiesEXT<'a>
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 duplicate of the value. Read more
1.0.0§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 Default for FilterCubicImageViewImageFormatPropertiesEXT<'_>
impl Default for FilterCubicImageViewImageFormatPropertiesEXT<'_>
Source§fn default() -> FilterCubicImageViewImageFormatPropertiesEXT<'_>
fn default() -> FilterCubicImageViewImageFormatPropertiesEXT<'_>
Returns the “default value” for a type. Read more
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)