#[repr(C)]pub struct SamplerBlockMatchWindowCreateInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub window_extent: Extent2D,
pub window_compare_mode: BlockMatchWindowCompareModeQCOM,
}Expand description
VkSamplerBlockMatchWindowCreateInfoQCOM
Provided by VK_QCOM_image_processing2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SAMPLER_BLOCK_MATCH_WINDOW_CREATE_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
window_extent: Extent2D§window_compare_mode: BlockMatchWindowCompareModeQCOMImplementations§
Source§impl SamplerBlockMatchWindowCreateInfoQCOM
impl SamplerBlockMatchWindowCreateInfoQCOM
Sourcepub fn builder<'a>() -> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
pub fn builder<'a>() -> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SamplerBlockMatchWindowCreateInfoQCOM
impl Clone for SamplerBlockMatchWindowCreateInfoQCOM
Source§fn clone(&self) -> SamplerBlockMatchWindowCreateInfoQCOM
fn clone(&self) -> SamplerBlockMatchWindowCreateInfoQCOM
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 SamplerBlockMatchWindowCreateInfoQCOM
impl ExtendsSamplerCreateInfo for SamplerBlockMatchWindowCreateInfoQCOM
Auto Trait Implementations§
impl Freeze for SamplerBlockMatchWindowCreateInfoQCOM
impl RefUnwindSafe for SamplerBlockMatchWindowCreateInfoQCOM
impl !Send for SamplerBlockMatchWindowCreateInfoQCOM
impl !Sync for SamplerBlockMatchWindowCreateInfoQCOM
impl Unpin for SamplerBlockMatchWindowCreateInfoQCOM
impl UnsafeUnpin for SamplerBlockMatchWindowCreateInfoQCOM
impl UnwindSafe for SamplerBlockMatchWindowCreateInfoQCOM
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