pub struct AoSoAAttributeReduction { /* private fields */ }Expand description
CPU-visible interleaved records produced by GPU voxel aggregation.
Implementations§
Source§impl AoSoAAttributeReduction
impl AoSoAAttributeReduction
Sourcepub const fn layout(&self) -> AoSoAAttributeLayout
pub const fn layout(&self) -> AoSoAAttributeLayout
Returns the record layout.
Trait Implementations§
Source§impl Clone for AoSoAAttributeReduction
impl Clone for AoSoAAttributeReduction
Source§fn clone(&self) -> AoSoAAttributeReduction
fn clone(&self) -> AoSoAAttributeReduction
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 moreSource§impl Debug for AoSoAAttributeReduction
impl Debug for AoSoAAttributeReduction
Source§impl PartialEq for AoSoAAttributeReduction
impl PartialEq for AoSoAAttributeReduction
Source§fn eq(&self, other: &AoSoAAttributeReduction) -> bool
fn eq(&self, other: &AoSoAAttributeReduction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AoSoAAttributeReduction
Auto Trait Implementations§
impl Freeze for AoSoAAttributeReduction
impl RefUnwindSafe for AoSoAAttributeReduction
impl Send for AoSoAAttributeReduction
impl Sync for AoSoAAttributeReduction
impl Unpin for AoSoAAttributeReduction
impl UnsafeUnpin for AoSoAAttributeReduction
impl UnwindSafe for AoSoAAttributeReduction
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