Struct ash::vk::HuaweiSubpassShadingFn
source · 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_vkCmdSubpassShadingHUAWEI
Implementations§
Trait Implementations§
source§impl Clone for HuaweiSubpassShadingFn
impl Clone for HuaweiSubpassShadingFn
source§fn clone(&self) -> HuaweiSubpassShadingFn
fn clone(&self) -> HuaweiSubpassShadingFn
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 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