#[repr(C)]pub struct VertexAmplificationViewMapping {
pub viewport_array_index_offset: u32,
pub render_target_array_index_offset: u32,
}Fields§
§viewport_array_index_offset: u32§render_target_array_index_offset: u32Trait Implementations§
Source§impl Clone for VertexAmplificationViewMapping
impl Clone for VertexAmplificationViewMapping
Source§fn clone(&self) -> VertexAmplificationViewMapping
fn clone(&self) -> VertexAmplificationViewMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VertexAmplificationViewMapping
impl Eq for VertexAmplificationViewMapping
Source§impl PartialEq for VertexAmplificationViewMapping
impl PartialEq for VertexAmplificationViewMapping
Source§fn eq(&self, other: &VertexAmplificationViewMapping) -> bool
fn eq(&self, other: &VertexAmplificationViewMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertexAmplificationViewMapping
Auto Trait Implementations§
impl Freeze for VertexAmplificationViewMapping
impl RefUnwindSafe for VertexAmplificationViewMapping
impl Send for VertexAmplificationViewMapping
impl Sync for VertexAmplificationViewMapping
impl Unpin for VertexAmplificationViewMapping
impl UnsafeUnpin for VertexAmplificationViewMapping
impl UnwindSafe for VertexAmplificationViewMapping
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