pub struct ZeroGlobalReaderExpand<IP: MatrixPrecision> { /* private fields */ }Implementations§
Source§impl<IP: MatrixPrecision> ZeroGlobalReaderExpand<IP>
impl<IP: MatrixPrecision> ZeroGlobalReaderExpand<IP>
pub fn __expand_stage_method( self, scope: &mut Scope, ) -> <FilledStage<IP::Stage> as CubeType>::ExpandType
pub fn __expand_new(scope: &mut Scope) -> Self
pub fn __expand_stage( scope: &mut Scope, this: Self, ) -> <FilledStage<IP::Stage> as CubeType>::ExpandType
Trait Implementations§
Source§impl<IP: MatrixPrecision> Clone for ZeroGlobalReaderExpand<IP>
impl<IP: MatrixPrecision> Clone for ZeroGlobalReaderExpand<IP>
Source§impl<IP: MatrixPrecision> CubeDebug for ZeroGlobalReaderExpand<IP>
impl<IP: MatrixPrecision> CubeDebug for ZeroGlobalReaderExpand<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 ZeroGlobalReaderExpand<IP>
impl<IP: MatrixPrecision> IntoMut for ZeroGlobalReaderExpand<IP>
Auto Trait Implementations§
impl<IP> Freeze for ZeroGlobalReaderExpand<IP>
impl<IP> RefUnwindSafe for ZeroGlobalReaderExpand<IP>where
IP: RefUnwindSafe,
impl<IP> Send for ZeroGlobalReaderExpand<IP>
impl<IP> Sync for ZeroGlobalReaderExpand<IP>
impl<IP> Unpin for ZeroGlobalReaderExpand<IP>where
IP: Unpin,
impl<IP> UnwindSafe for ZeroGlobalReaderExpand<IP>where
IP: 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