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