pub struct Vulkan_NV_fill_rectangle {}Expand description
struct for VK_NV_fill_rectangle
Implementations§
Source§impl Vulkan_NV_fill_rectangle
impl Vulkan_NV_fill_rectangle
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_NV_fill_rectangle
impl Clone for Vulkan_NV_fill_rectangle
Source§fn clone(&self) -> Vulkan_NV_fill_rectangle
fn clone(&self) -> Vulkan_NV_fill_rectangle
Returns a duplicate 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 moreSource§impl Debug for Vulkan_NV_fill_rectangle
impl Debug for Vulkan_NV_fill_rectangle
Source§impl Default for Vulkan_NV_fill_rectangle
impl Default for Vulkan_NV_fill_rectangle
impl Copy for Vulkan_NV_fill_rectangle
impl VK_NV_fill_rectangle for Vulkan_NV_fill_rectangle
Auto Trait Implementations§
impl Freeze for Vulkan_NV_fill_rectangle
impl RefUnwindSafe for Vulkan_NV_fill_rectangle
impl Send for Vulkan_NV_fill_rectangle
impl Sync for Vulkan_NV_fill_rectangle
impl Unpin for Vulkan_NV_fill_rectangle
impl UnwindSafe for Vulkan_NV_fill_rectangle
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