Struct ash::vk::ExtConditionalRenderingFn
source · pub struct ExtConditionalRenderingFn {
pub cmd_begin_conditional_rendering_ext: PFN_vkCmdBeginConditionalRenderingEXT,
pub cmd_end_conditional_rendering_ext: PFN_vkCmdEndConditionalRenderingEXT,
}
Fields§
§cmd_begin_conditional_rendering_ext: PFN_vkCmdBeginConditionalRenderingEXT
§cmd_end_conditional_rendering_ext: PFN_vkCmdEndConditionalRenderingEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtConditionalRenderingFn
impl Clone for ExtConditionalRenderingFn
source§fn clone(&self) -> ExtConditionalRenderingFn
fn clone(&self) -> ExtConditionalRenderingFn
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 ExtConditionalRenderingFn
impl Sync for ExtConditionalRenderingFn
Auto Trait Implementations§
impl RefUnwindSafe for ExtConditionalRenderingFn
impl Unpin for ExtConditionalRenderingFn
impl UnwindSafe for ExtConditionalRenderingFn
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