pub struct BufferReaderExpand<ES: Numeric, T: TilingLayout> {
pub stage: <Stage<ES, T> as CubeType>::ExpandType,
pub buffer_id: BufferId,
/* private fields */
}
Fields§
§stage: <Stage<ES, T> as CubeType>::ExpandType
§buffer_id: BufferId
Trait Implementations§
Source§impl<ES: Numeric, T: TilingLayout> Clone for BufferReaderExpand<ES, T>
impl<ES: Numeric, T: TilingLayout> Clone for BufferReaderExpand<ES, T>
Source§impl<ES: Numeric, T: TilingLayout> CubeDebug for BufferReaderExpand<ES, T>
impl<ES: Numeric, T: TilingLayout> CubeDebug for BufferReaderExpand<ES, T>
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<ES, T> Freeze for BufferReaderExpand<ES, T>
impl<ES, T> RefUnwindSafe for BufferReaderExpand<ES, T>where
T: RefUnwindSafe,
ES: RefUnwindSafe,
impl<ES, T> !Send for BufferReaderExpand<ES, T>
impl<ES, T> !Sync for BufferReaderExpand<ES, T>
impl<ES, T> Unpin for BufferReaderExpand<ES, T>
impl<ES, T> UnwindSafe for BufferReaderExpand<ES, T>where
T: UnwindSafe,
ES: 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