pub struct VulkanKhrDedicatedAllocation {}Expand description
struct for VK_KHR_dedicated_allocation
Implementations§
Source§impl VulkanKhrDedicatedAllocation
impl VulkanKhrDedicatedAllocation
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanKhrDedicatedAllocation
impl Clone for VulkanKhrDedicatedAllocation
Source§fn clone(&self) -> VulkanKhrDedicatedAllocation
fn clone(&self) -> VulkanKhrDedicatedAllocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanKhrDedicatedAllocation
Source§impl Debug for VulkanKhrDedicatedAllocation
impl Debug for VulkanKhrDedicatedAllocation
Source§impl Default for VulkanKhrDedicatedAllocation
impl Default for VulkanKhrDedicatedAllocation
Source§fn default() -> VulkanKhrDedicatedAllocation
fn default() -> VulkanKhrDedicatedAllocation
Returns the “default value” for a type. Read more
impl VK_KHR_dedicated_allocation for VulkanKhrDedicatedAllocation
Auto Trait Implementations§
impl Freeze for VulkanKhrDedicatedAllocation
impl RefUnwindSafe for VulkanKhrDedicatedAllocation
impl Send for VulkanKhrDedicatedAllocation
impl Sync for VulkanKhrDedicatedAllocation
impl Unpin for VulkanKhrDedicatedAllocation
impl UnsafeUnpin for VulkanKhrDedicatedAllocation
impl UnwindSafe for VulkanKhrDedicatedAllocation
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