Struct ash::vk::definitions::MultiviewPerViewAttributesInfoNVX
source · #[repr(C)]pub struct MultiviewPerViewAttributesInfoNVX<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub per_view_attributes: Bool32,
pub per_view_attributes_position_x_only: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§per_view_attributes: Bool32
§per_view_attributes_position_x_only: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> MultiviewPerViewAttributesInfoNVX<'a>
pub fn per_view_attributes(self, per_view_attributes: bool) -> Self
pub fn per_view_attributes_position_x_only( self, per_view_attributes_position_x_only: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> Clone for MultiviewPerViewAttributesInfoNVX<'a>
source§fn clone(&self) -> MultiviewPerViewAttributesInfoNVX<'a>
fn clone(&self) -> MultiviewPerViewAttributesInfoNVX<'a>
Returns a copy 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 moresource§impl<'a> Debug for MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> Debug for MultiviewPerViewAttributesInfoNVX<'a>
source§impl Default for MultiviewPerViewAttributesInfoNVX<'_>
impl Default for MultiviewPerViewAttributesInfoNVX<'_>
source§impl<'a> TaggedStructure for MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> TaggedStructure for MultiviewPerViewAttributesInfoNVX<'a>
const STRUCTURE_TYPE: StructureType = StructureType::MULTIVIEW_PER_VIEW_ATTRIBUTES_INFO_NVX
impl<'a> Copy for MultiviewPerViewAttributesInfoNVX<'a>
impl ExtendsCommandBufferInheritanceInfo for MultiviewPerViewAttributesInfoNVX<'_>
impl ExtendsGraphicsPipelineCreateInfo for MultiviewPerViewAttributesInfoNVX<'_>
impl ExtendsRenderingInfo for MultiviewPerViewAttributesInfoNVX<'_>
impl Send for MultiviewPerViewAttributesInfoNVX<'_>
impl Sync for MultiviewPerViewAttributesInfoNVX<'_>
Auto Trait Implementations§
impl<'a> Freeze for MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> RefUnwindSafe for MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> Unpin for MultiviewPerViewAttributesInfoNVX<'a>
impl<'a> UnwindSafe for MultiviewPerViewAttributesInfoNVX<'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