#[repr(C)]pub struct MultiviewPerViewAttributesInfoNVX {
pub s_type: StructureType,
pub p_next: *const c_void,
pub per_view_attributes: u32,
pub per_view_attributes_position_x_only: u32,
}Expand description
VkMultiviewPerViewAttributesInfoNVX
Provided by VK_NVX_multiview_per_view_attributes.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MULTIVIEW_PER_VIEW_ATTRIBUTES_INFO_NVX.
p_next: *const c_voidOptional, may be null.
per_view_attributes: u32§per_view_attributes_position_x_only: u32Implementations§
Source§impl MultiviewPerViewAttributesInfoNVX
impl MultiviewPerViewAttributesInfoNVX
Sourcepub fn builder<'a>() -> MultiviewPerViewAttributesInfoNVXBuilder<'a>
pub fn builder<'a>() -> MultiviewPerViewAttributesInfoNVXBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MultiviewPerViewAttributesInfoNVX
impl Clone for MultiviewPerViewAttributesInfoNVX
Source§fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
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 moreSource§impl Default for MultiviewPerViewAttributesInfoNVX
impl Default for MultiviewPerViewAttributesInfoNVX
Source§fn default() -> MultiviewPerViewAttributesInfoNVX
fn default() -> MultiviewPerViewAttributesInfoNVX
Returns the “default value” for a type. Read more
impl Copy for MultiviewPerViewAttributesInfoNVX
impl ExtendsCommandBufferInheritanceInfo for MultiviewPerViewAttributesInfoNVX
impl ExtendsGraphicsPipelineCreateInfo for MultiviewPerViewAttributesInfoNVX
impl ExtendsRenderingInfo for MultiviewPerViewAttributesInfoNVX
Auto Trait Implementations§
impl Freeze for MultiviewPerViewAttributesInfoNVX
impl RefUnwindSafe for MultiviewPerViewAttributesInfoNVX
impl !Send for MultiviewPerViewAttributesInfoNVX
impl !Sync for MultiviewPerViewAttributesInfoNVX
impl Unpin for MultiviewPerViewAttributesInfoNVX
impl UnsafeUnpin for MultiviewPerViewAttributesInfoNVX
impl UnwindSafe for MultiviewPerViewAttributesInfoNVX
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