Struct ash::vk::ImageViewSampleWeightCreateInfoQCOM
source · #[repr(C)]pub struct ImageViewSampleWeightCreateInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub filter_center: Offset2D,
pub filter_size: Extent2D,
pub num_phases: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§filter_center: Offset2D
§filter_size: Extent2D
§num_phases: u32
Implementations§
source§impl ImageViewSampleWeightCreateInfoQCOM
impl ImageViewSampleWeightCreateInfoQCOM
pub fn builder<'a>() -> ImageViewSampleWeightCreateInfoQCOMBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewSampleWeightCreateInfoQCOM
impl Clone for ImageViewSampleWeightCreateInfoQCOM
source§fn clone(&self) -> ImageViewSampleWeightCreateInfoQCOM
fn clone(&self) -> ImageViewSampleWeightCreateInfoQCOM
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 ImageViewSampleWeightCreateInfoQCOM
impl TaggedStructure for ImageViewSampleWeightCreateInfoQCOM
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_VIEW_SAMPLE_WEIGHT_CREATE_INFO_QCOM
impl Copy for ImageViewSampleWeightCreateInfoQCOM
impl ExtendsImageViewCreateInfo for ImageViewSampleWeightCreateInfoQCOM
Auto Trait Implementations§
impl Freeze for ImageViewSampleWeightCreateInfoQCOM
impl RefUnwindSafe for ImageViewSampleWeightCreateInfoQCOM
impl !Send for ImageViewSampleWeightCreateInfoQCOM
impl !Sync for ImageViewSampleWeightCreateInfoQCOM
impl Unpin for ImageViewSampleWeightCreateInfoQCOM
impl UnwindSafe for ImageViewSampleWeightCreateInfoQCOM
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