#[repr(C)]pub struct ImageViewSampleWeightCreateInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
pub filter_center: Offset2D,
pub filter_size: Extent2D,
pub num_phases: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§filter_center: Offset2D§filter_size: Extent2D§num_phases: u32Trait 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 moreSource§impl PartialEq for ImageViewSampleWeightCreateInfoQCOM
impl PartialEq for ImageViewSampleWeightCreateInfoQCOM
Source§fn eq(&self, other: &ImageViewSampleWeightCreateInfoQCOM) -> bool
fn eq(&self, other: &ImageViewSampleWeightCreateInfoQCOM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImageViewSampleWeightCreateInfoQCOM
impl Eq for ImageViewSampleWeightCreateInfoQCOM
impl Send for ImageViewSampleWeightCreateInfoQCOM
impl StructuralPartialEq for ImageViewSampleWeightCreateInfoQCOM
impl Sync for ImageViewSampleWeightCreateInfoQCOM
Auto Trait Implementations§
impl Freeze for ImageViewSampleWeightCreateInfoQCOM
impl RefUnwindSafe 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