Struct screen_13::prelude::vk::MultiviewPerViewAttributesInfoNVX
source · 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
Fields§
§s_type: StructureType§p_next: *const c_void§per_view_attributes: u32§per_view_attributes_position_x_only: u32Implementations§
source§impl MultiviewPerViewAttributesInfoNVX
impl MultiviewPerViewAttributesInfoNVX
pub fn builder<'a>() -> MultiviewPerViewAttributesInfoNVXBuilder<'a>
Trait Implementations§
source§impl Clone for MultiviewPerViewAttributesInfoNVX
impl Clone for MultiviewPerViewAttributesInfoNVX
source§fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
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 Default for MultiviewPerViewAttributesInfoNVX
impl Default for MultiviewPerViewAttributesInfoNVX
source§fn default() -> MultiviewPerViewAttributesInfoNVX
fn default() -> MultiviewPerViewAttributesInfoNVX
Returns the “default value” for a type. Read more