pub struct PartitionedStageFamily;Trait Implementations§
Source§impl StageFamily<ReadWrite> for PartitionedStageFamily
impl StageFamily<ReadWrite> for PartitionedStageFamily
Source§type Stage<ES: Numeric, T: TilingLayout> = PartitionedStage<ES>
type Stage<ES: Numeric, T: TilingLayout> = PartitionedStage<ES>
The concrete stage type of this family, instantiated with the type and layout
Auto Trait Implementations§
impl Freeze for PartitionedStageFamily
impl RefUnwindSafe for PartitionedStageFamily
impl Send for PartitionedStageFamily
impl Sync for PartitionedStageFamily
impl Unpin for PartitionedStageFamily
impl UnwindSafe for PartitionedStageFamily
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