#[repr(C)]pub struct meshopt_VertexCacheStatistics {
pub vertices_transformed: c_uint,
pub warps_executed: c_uint,
pub acmr: f32,
pub atvr: f32,
}Fields§
§vertices_transformed: c_uint§warps_executed: c_uint§acmr: f32§atvr: f32Trait Implementations§
Source§impl Clone for meshopt_VertexCacheStatistics
impl Clone for meshopt_VertexCacheStatistics
Source§fn clone(&self) -> meshopt_VertexCacheStatistics
fn clone(&self) -> meshopt_VertexCacheStatistics
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 meshopt_VertexCacheStatistics
Auto Trait Implementations§
impl Freeze for meshopt_VertexCacheStatistics
impl RefUnwindSafe for meshopt_VertexCacheStatistics
impl Send for meshopt_VertexCacheStatistics
impl Sync for meshopt_VertexCacheStatistics
impl Unpin for meshopt_VertexCacheStatistics
impl UnsafeUnpin for meshopt_VertexCacheStatistics
impl UnwindSafe for meshopt_VertexCacheStatistics
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