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