pub struct Vulkan_QCOM_image_processing2 {}Expand description
struct for VK_QCOM_image_processing2
Implementations§
Source§impl Vulkan_QCOM_image_processing2
impl Vulkan_QCOM_image_processing2
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_QCOM_image_processing2
impl Clone for Vulkan_QCOM_image_processing2
Source§fn clone(&self) -> Vulkan_QCOM_image_processing2
fn clone(&self) -> Vulkan_QCOM_image_processing2
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 Vulkan_QCOM_image_processing2
impl VK_QCOM_image_processing2 for Vulkan_QCOM_image_processing2
Auto Trait Implementations§
impl Freeze for Vulkan_QCOM_image_processing2
impl RefUnwindSafe for Vulkan_QCOM_image_processing2
impl Send for Vulkan_QCOM_image_processing2
impl Sync for Vulkan_QCOM_image_processing2
impl Unpin for Vulkan_QCOM_image_processing2
impl UnwindSafe for Vulkan_QCOM_image_processing2
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