#[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
Fields
s_type: StructureTypep_next: *const c_voidper_view_attributes: u32per_view_attributes_position_x_only: u32Implementations
sourceimpl MultiviewPerViewAttributesInfoNVX
impl MultiviewPerViewAttributesInfoNVX
pub fn builder<'a>() -> MultiviewPerViewAttributesInfoNVXBuilder<'a>
Trait Implementations
sourceimpl Clone for MultiviewPerViewAttributesInfoNVX
impl Clone for MultiviewPerViewAttributesInfoNVX
sourcefn clone(&self) -> MultiviewPerViewAttributesInfoNVX
fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for MultiviewPerViewAttributesInfoNVX
impl Default for MultiviewPerViewAttributesInfoNVX
sourcefn 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 RefUnwindSafe for MultiviewPerViewAttributesInfoNVX
impl !Send for MultiviewPerViewAttributesInfoNVX
impl !Sync for MultiviewPerViewAttributesInfoNVX
impl Unpin for MultiviewPerViewAttributesInfoNVX
impl UnwindSafe for MultiviewPerViewAttributesInfoNVX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more