#[repr(C)]pub struct PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multiview_per_view_viewports: u32,
}Expand description
VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
Provided by VK_QCOM_multiview_per_view_viewports.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_VIEWPORTS_FEATURES_QCOM.
p_next: *mut c_voidOptional, may be null.
multiview_per_view_viewports: u32Implementations§
Source§impl PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl Clone for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
fn clone(&self) -> PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
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 PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl !Send for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl !Sync for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl Unpin for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl UnsafeUnpin for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
impl UnwindSafe for PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
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