pub struct PlaneWriterExpand<IP: MatrixPrecision> { /* private fields */ }Implementations§
Source§impl<IP: MatrixPrecision> PlaneWriterExpand<IP>
 
impl<IP: MatrixPrecision> PlaneWriterExpand<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 PlaneWriterExpand<IP>
 
impl<IP: MatrixPrecision> Clone for PlaneWriterExpand<IP>
Source§impl<IP: MatrixPrecision> CubeDebug for PlaneWriterExpand<IP>
 
impl<IP: MatrixPrecision> CubeDebug for PlaneWriterExpand<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 PlaneWriterExpand<IP>
 
impl<IP: MatrixPrecision> IntoMut for PlaneWriterExpand<IP>
Auto Trait Implementations§
impl<IP> Freeze for PlaneWriterExpand<IP>
impl<IP> !RefUnwindSafe for PlaneWriterExpand<IP>
impl<IP> !Send for PlaneWriterExpand<IP>
impl<IP> !Sync for PlaneWriterExpand<IP>
impl<IP> Unpin for PlaneWriterExpand<IP>
impl<IP> !UnwindSafe for PlaneWriterExpand<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