pub struct HuaweiSubpassShadingFn {
    pub get_device_subpass_shading_max_workgroup_size_huawei: PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI,
    pub cmd_subpass_shading_huawei: PFN_vkCmdSubpassShadingHUAWEI,
}Fields§
§get_device_subpass_shading_max_workgroup_size_huawei: PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI§cmd_subpass_shading_huawei: PFN_vkCmdSubpassShadingHUAWEIImplementations§
Trait Implementations§
Source§impl Clone for HuaweiSubpassShadingFn
 
impl Clone for HuaweiSubpassShadingFn
Source§fn clone(&self) -> HuaweiSubpassShadingFn
 
fn clone(&self) -> HuaweiSubpassShadingFn
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 Send for HuaweiSubpassShadingFn
impl Sync for HuaweiSubpassShadingFn
Auto Trait Implementations§
impl Freeze for HuaweiSubpassShadingFn
impl RefUnwindSafe for HuaweiSubpassShadingFn
impl Unpin for HuaweiSubpassShadingFn
impl UnwindSafe for HuaweiSubpassShadingFn
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