pub struct HuaweiSubpassShadingFn {
pub get_device_subpass_shading_max_workgroup_size_huawei: unsafe extern "system" fn(Device, RenderPass, *mut Extent2D) -> Result,
pub cmd_subpass_shading_huawei: unsafe extern "system" fn(CommandBuffer),
}Fields
get_device_subpass_shading_max_workgroup_size_huawei: unsafe extern "system" fn(Device, RenderPass, *mut Extent2D) -> Resultcmd_subpass_shading_huawei: unsafe extern "system" fn(CommandBuffer)Implementations
Trait Implementations
sourceimpl Clone for HuaweiSubpassShadingFn
impl Clone for HuaweiSubpassShadingFn
sourcefn clone(&self) -> HuaweiSubpassShadingFn
fn clone(&self) -> HuaweiSubpassShadingFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for HuaweiSubpassShadingFn
impl Sync for HuaweiSubpassShadingFn
Auto Trait Implementations
impl RefUnwindSafe for HuaweiSubpassShadingFn
impl Unpin for HuaweiSubpassShadingFn
impl UnwindSafe for HuaweiSubpassShadingFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more