pub enum EpistemicGpuBufferKind {
CandidateAssumptions,
WorldViews,
ModelMembership,
RejectionReasons,
}Expand description
GPU-resident buffer category required by accepted epistemic execution.
Variants§
CandidateAssumptions
Candidate assumption bitsets.
WorldViews
Accepted and candidate world-view bitsets.
ModelMembership
Per-model membership checks used by know and possible.
RejectionReasons
Structured rejection reasons for failed candidates.
Trait Implementations§
Source§impl Clone for EpistemicGpuBufferKind
impl Clone for EpistemicGpuBufferKind
Source§fn clone(&self) -> EpistemicGpuBufferKind
fn clone(&self) -> EpistemicGpuBufferKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EpistemicGpuBufferKind
impl Debug for EpistemicGpuBufferKind
Source§impl PartialEq for EpistemicGpuBufferKind
impl PartialEq for EpistemicGpuBufferKind
impl Copy for EpistemicGpuBufferKind
impl Eq for EpistemicGpuBufferKind
impl StructuralPartialEq for EpistemicGpuBufferKind
Auto Trait Implementations§
impl Freeze for EpistemicGpuBufferKind
impl RefUnwindSafe for EpistemicGpuBufferKind
impl Send for EpistemicGpuBufferKind
impl Sync for EpistemicGpuBufferKind
impl Unpin for EpistemicGpuBufferKind
impl UnsafeUnpin for EpistemicGpuBufferKind
impl UnwindSafe for EpistemicGpuBufferKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more