pub struct UnitWriterExpand<IP: MatrixPrecision> { /* private fields */ }Implementations§
Source§impl<IP: MatrixPrecision> UnitWriterExpand<IP>
impl<IP: MatrixPrecision> UnitWriterExpand<IP>
pub fn __expand_new<S: StageConfig>( scope: &mut Scope, global: <View<Line<IP::Global>, Coords2d, ReadWrite> as CubeType>::ExpandType, global_config: GlobalMemoryConfig, stage_config: S, ) -> Self
Trait Implementations§
Source§impl<IP: MatrixPrecision> Clone for UnitWriterExpand<IP>
impl<IP: MatrixPrecision> Clone for UnitWriterExpand<IP>
Source§impl<IP: MatrixPrecision> CubeDebug for UnitWriterExpand<IP>
impl<IP: MatrixPrecision> CubeDebug for UnitWriterExpand<IP>
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
Source§impl<IP: MatrixPrecision> IntoMut for UnitWriterExpand<IP>
impl<IP: MatrixPrecision> IntoMut for UnitWriterExpand<IP>
Auto Trait Implementations§
impl<IP> Freeze for UnitWriterExpand<IP>
impl<IP> !RefUnwindSafe for UnitWriterExpand<IP>
impl<IP> !Send for UnitWriterExpand<IP>
impl<IP> !Sync for UnitWriterExpand<IP>
impl<IP> Unpin for UnitWriterExpand<IP>
impl<IP> !UnwindSafe for UnitWriterExpand<IP>
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