#[repr(C)]pub struct GeometryTrianglesNV {Show 13 fields
pub s_type: StructureType,
pub p_next: *const c_void,
pub vertex_data: Buffer,
pub vertex_offset: u64,
pub vertex_count: u32,
pub vertex_stride: u64,
pub vertex_format: Format,
pub index_data: Buffer,
pub index_offset: u64,
pub index_count: u32,
pub index_type: IndexType,
pub transform_data: Buffer,
pub transform_offset: u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidvertex_data: Buffervertex_offset: u64vertex_count: u32vertex_stride: u64vertex_format: Formatindex_data: Bufferindex_offset: u64index_count: u32index_type: IndexTypetransform_data: Buffertransform_offset: u64Implementations
sourceimpl GeometryTrianglesNV
impl GeometryTrianglesNV
pub fn builder<'a>() -> GeometryTrianglesNVBuilder<'a>
Trait Implementations
sourceimpl Clone for GeometryTrianglesNV
impl Clone for GeometryTrianglesNV
sourcefn clone(&self) -> GeometryTrianglesNV
fn clone(&self) -> GeometryTrianglesNV
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 Debug for GeometryTrianglesNV
impl Debug for GeometryTrianglesNV
sourceimpl Default for GeometryTrianglesNV
impl Default for GeometryTrianglesNV
sourcefn default() -> GeometryTrianglesNV
fn default() -> GeometryTrianglesNV
Returns the “default value” for a type. Read more
impl Copy for GeometryTrianglesNV
Auto Trait Implementations
impl RefUnwindSafe for GeometryTrianglesNV
impl !Send for GeometryTrianglesNV
impl !Sync for GeometryTrianglesNV
impl Unpin for GeometryTrianglesNV
impl UnwindSafe for GeometryTrianglesNV
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