#[repr(C)]pub struct VkSamplerBlockMatchWindowCreateInfoQCOM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub windowExtent: VkExtent2D,
pub windowCompareMode: VkBlockMatchWindowCompareModeQCOM,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§windowExtent: VkExtent2D
§windowCompareMode: VkBlockMatchWindowCompareModeQCOM
Trait Implementations§
Source§impl Clone for VkSamplerBlockMatchWindowCreateInfoQCOM
impl Clone for VkSamplerBlockMatchWindowCreateInfoQCOM
Source§fn clone(&self) -> VkSamplerBlockMatchWindowCreateInfoQCOM
fn clone(&self) -> VkSamplerBlockMatchWindowCreateInfoQCOM
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkSamplerBlockMatchWindowCreateInfoQCOM
Auto Trait Implementations§
impl Freeze for VkSamplerBlockMatchWindowCreateInfoQCOM
impl RefUnwindSafe for VkSamplerBlockMatchWindowCreateInfoQCOM
impl !Send for VkSamplerBlockMatchWindowCreateInfoQCOM
impl !Sync for VkSamplerBlockMatchWindowCreateInfoQCOM
impl Unpin for VkSamplerBlockMatchWindowCreateInfoQCOM
impl UnwindSafe for VkSamplerBlockMatchWindowCreateInfoQCOM
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