pub struct Vulkan_EXT_memory_priority {}Expand description
struct for VK_EXT_memory_priority
Implementations§
Source§impl Vulkan_EXT_memory_priority
impl Vulkan_EXT_memory_priority
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_EXT_memory_priority
impl Clone for Vulkan_EXT_memory_priority
Source§fn clone(&self) -> Vulkan_EXT_memory_priority
fn clone(&self) -> Vulkan_EXT_memory_priority
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_EXT_memory_priority
impl Debug for Vulkan_EXT_memory_priority
Source§impl Default for Vulkan_EXT_memory_priority
impl Default for Vulkan_EXT_memory_priority
impl Copy for Vulkan_EXT_memory_priority
impl VK_EXT_memory_priority for Vulkan_EXT_memory_priority
Auto Trait Implementations§
impl Freeze for Vulkan_EXT_memory_priority
impl RefUnwindSafe for Vulkan_EXT_memory_priority
impl Send for Vulkan_EXT_memory_priority
impl Sync for Vulkan_EXT_memory_priority
impl Unpin for Vulkan_EXT_memory_priority
impl UnwindSafe for Vulkan_EXT_memory_priority
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