pub struct TileAccumulatorExpand<EA: Numeric> { /* private fields */ }
Trait Implementations§
Source§impl<EA: Numeric> Clone for TileAccumulatorExpand<EA>
impl<EA: Numeric> Clone for TileAccumulatorExpand<EA>
Source§impl<EA: Numeric> CubeDebug for TileAccumulatorExpand<EA>
impl<EA: Numeric> CubeDebug for TileAccumulatorExpand<EA>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl<EA> Freeze for TileAccumulatorExpand<EA>
impl<EA> RefUnwindSafe for TileAccumulatorExpand<EA>where
EA: RefUnwindSafe,
impl<EA> !Send for TileAccumulatorExpand<EA>
impl<EA> !Sync for TileAccumulatorExpand<EA>
impl<EA> Unpin for TileAccumulatorExpand<EA>where
EA: Unpin,
impl<EA> UnwindSafe for TileAccumulatorExpand<EA>where
EA: UnwindSafe,
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