#[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
VkImageViewSampleWeightCreateInfoQCOM
Provided by VK_QCOM_image_processing.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_VIEW_SAMPLE_WEIGHT_CREATE_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
filter_center: Offset2D§filter_size: Extent2D§num_phases: u32Implementations§
Source§impl ImageViewSampleWeightCreateInfoQCOM
impl ImageViewSampleWeightCreateInfoQCOM
Sourcepub fn builder<'a>() -> ImageViewSampleWeightCreateInfoQCOMBuilder<'a>
pub fn builder<'a>() -> ImageViewSampleWeightCreateInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageViewSampleWeightCreateInfoQCOM
impl Clone for ImageViewSampleWeightCreateInfoQCOM
Source§fn clone(&self) -> ImageViewSampleWeightCreateInfoQCOM
fn clone(&self) -> ImageViewSampleWeightCreateInfoQCOM
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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