#[repr(C)]pub struct ImageViewSampleWeightCreateInfoQCOM {
pub sType: StructureType,
pub pNext: *const c_void,
pub filterCenter: Offset2D,
pub filterSize: Extent2D,
pub numPhases: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§filterCenter: Offset2D
§filterSize: Extent2D
§numPhases: u32
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 moreimpl Copy 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