pub struct ExtExtendedDynamicState2Fn {
pub cmd_set_patch_control_points_ext: unsafe extern "system" fn(CommandBuffer, u32),
pub cmd_set_rasterizer_discard_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
pub cmd_set_depth_bias_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
pub cmd_set_logic_op_ext: unsafe extern "system" fn(CommandBuffer, LogicOp),
pub cmd_set_primitive_restart_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
}Fields
cmd_set_patch_control_points_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_rasterizer_discard_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_depth_bias_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_logic_op_ext: unsafe extern "system" fn(CommandBuffer, LogicOp)cmd_set_primitive_restart_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)Implementations
Trait Implementations
sourceimpl Clone for ExtExtendedDynamicState2Fn
impl Clone for ExtExtendedDynamicState2Fn
sourcefn clone(&self) -> ExtExtendedDynamicState2Fn
fn clone(&self) -> ExtExtendedDynamicState2Fn
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 ExtExtendedDynamicState2Fn
impl Sync for ExtExtendedDynamicState2Fn
Auto Trait Implementations
impl RefUnwindSafe for ExtExtendedDynamicState2Fn
impl Unpin for ExtExtendedDynamicState2Fn
impl UnwindSafe for ExtExtendedDynamicState2Fn
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