pub struct PleSeqState { /* private fields */ }Expand description
Per-SEQUENCE carry: the dilated conv’s 9 steps and the token history the
id hash needs. Owned by the sequence’s crate::layer::SsmLayerState
(Avarok #753 item B: concurrency needs one of these per in-flight
sequence, not a layer singleton).
Auto Trait Implementations§
impl Freeze for PleSeqState
impl RefUnwindSafe for PleSeqState
impl Send for PleSeqState
impl Sync for PleSeqState
impl Unpin for PleSeqState
impl UnwindSafe for PleSeqState
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