pub struct PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
pub fn per_view_position_all_components( self, per_view_position_all_components: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
pub fn build(self) -> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> Deref for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> !Send for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
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