pub struct VulkanKhrMultiview {}Expand description
struct for VK_KHR_multiview
Implementations§
Source§impl VulkanKhrMultiview
impl VulkanKhrMultiview
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanKhrMultiview
impl Clone for VulkanKhrMultiview
Source§fn clone(&self) -> VulkanKhrMultiview
fn clone(&self) -> VulkanKhrMultiview
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 VulkanKhrMultiview
Source§impl Debug for VulkanKhrMultiview
impl Debug for VulkanKhrMultiview
Source§impl Default for VulkanKhrMultiview
impl Default for VulkanKhrMultiview
Source§fn default() -> VulkanKhrMultiview
fn default() -> VulkanKhrMultiview
Returns the “default value” for a type. Read more
impl VK_KHR_multiview for VulkanKhrMultiview
Auto Trait Implementations§
impl Freeze for VulkanKhrMultiview
impl RefUnwindSafe for VulkanKhrMultiview
impl Send for VulkanKhrMultiview
impl Sync for VulkanKhrMultiview
impl Unpin for VulkanKhrMultiview
impl UnsafeUnpin for VulkanKhrMultiview
impl UnwindSafe for VulkanKhrMultiview
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