pub struct Vulkan_AMD_device_coherent_memory {}Implementations§
Source§impl Vulkan_AMD_device_coherent_memory
impl Vulkan_AMD_device_coherent_memory
pub fn new( _instance: VkInstance, _get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_AMD_device_coherent_memory
impl Clone for Vulkan_AMD_device_coherent_memory
Source§fn clone(&self) -> Vulkan_AMD_device_coherent_memory
fn clone(&self) -> Vulkan_AMD_device_coherent_memory
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 moreimpl Copy for Vulkan_AMD_device_coherent_memory
impl VK_AMD_device_coherent_memory for Vulkan_AMD_device_coherent_memory
Auto Trait Implementations§
impl Freeze for Vulkan_AMD_device_coherent_memory
impl RefUnwindSafe for Vulkan_AMD_device_coherent_memory
impl Send for Vulkan_AMD_device_coherent_memory
impl Sync for Vulkan_AMD_device_coherent_memory
impl Unpin for Vulkan_AMD_device_coherent_memory
impl UnwindSafe for Vulkan_AMD_device_coherent_memory
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